import type { BrainStore } from '../../brain/store.js'; import type { Embedder } from '../../brain/embedder.js'; export declare function brainRecall(query: string, store: BrainStore, embedder: Embedder | null): Promise; export declare function brainLearn(content: string, keywords: string[], store: BrainStore): void; //# sourceMappingURL=memory.d.ts.map