interface ModelsDevProviderRecord { id?: string; models?: Record; } export interface ModelProviderLookup { provider?: string; source: 'model-prefix' | 'models.dev-exact' | 'models.dev-suffix' | 'none'; candidates?: string[]; } type ModelsDevIndex = Record; export declare function resolveProviderFromModelIndex(index: ModelsDevIndex, model?: string): ModelProviderLookup; export declare function resolveProviderFromModelRegistry(model?: string): Promise; export declare function resetModelsDevCache(): void; export {}; //# sourceMappingURL=model-provider-registry.d.ts.map