import type { ResolveAIProfileOptions, ResolvedAIProfile } from "./types.js"; /** * Resolve an explicit `profile/choice` key to a concrete model. * * For discovery (tags, search, profile-level intent), use {@link listAIProfiles}, * {@link resolveAIProfileByTags}, or {@link resolveAIProfileWithCostAlternatives}. * For raw model SKUs, use {@link resolveCatalogModel}. */ export declare function resolveAIProfile(input: string, options: ResolveAIProfileOptions): Promise; //# sourceMappingURL=resolveAIProfile.d.ts.map