import type { ProviderPattern } from "./types.js"; export declare const PROVIDER_REGISTRY: ProviderPattern[]; export declare function extractModelSource(model: string): string; export declare function extractProvider(model: string): string; export declare function extractModelName(model: string): string; export declare function isValidModelFormat(model: string): boolean; //# sourceMappingURL=provider-mapper.d.ts.map