export declare const getCachedEmbeddings: (text: string) => Promise; export declare const writeCachedEmbedding: (text: string, embedding: number[]) => Promise;