export declare const SUPPORTED_MODELS: Record; export declare function validateModel(provider: string, model: string): boolean; export declare function getProviderModels(provider: string): string[]; export declare function getModelInfo(provider: string, model: string): any; export declare function getLatestModel(provider: string): string | null; //# sourceMappingURL=model-validation.d.ts.map