import { type ModelInvocation } from "./modelIdentity.js"; import type { AIProfileChoice, ModelsCatalogJson } from "./types.js"; /** * Resolve direct + OpenRouter endpoints for a profile choice. * Profiles only store {@link AIProfileChoice.provider} + {@link AIProfileChoice.modelId}; * transport slugs and pricing come from {@link ModelsCatalogJson}. */ export declare function resolveChoiceInvocation(choice: AIProfileChoice, catalog?: ModelsCatalogJson): ModelInvocation; export declare function resolveChoiceOpenRouterModelId(choice: AIProfileChoice, catalog?: ModelsCatalogJson): string | null; //# sourceMappingURL=resolveCatalogListing.d.ts.map