import { FlagEmbedding } from './fastembed.js'; export type FastEmbedModelType = 'BGESmallENV15' | 'BGEBaseENV15'; export declare function getCachedModel(modelType: FastEmbedModelType): Promise; export declare function warmupFastEmbedModels(): Promise; //# sourceMappingURL=model-cache.d.ts.map