import type { ResolveCatalogModelOptions, ResolvedAIProfile } from "./types.js"; /** * Resolve a vendor or OpenRouter model id to catalog-backed runtime config. * Use {@link resolveAIProfile} when you have an explicit `profile/choice` key. */ export declare function resolveCatalogModel(input: string, options: ResolveCatalogModelOptions): Promise; //# sourceMappingURL=resolveCatalogModel.d.ts.map