import type { AgentMemoryEntry } from "./types.js"; export declare function getAgentMemoryStorePath(homeDir: string): string; export declare function getAgentMemoryMarkdownPath(homeDir: string): string; export declare function loadAgentMemory(homeDir: string): Promise; export declare function saveAgentMemoryEntry(homeDir: string, entry: Omit): Promise; export declare function searchAgentMemory(entries: AgentMemoryEntry[], query: string): AgentMemoryEntry[]; //# sourceMappingURL=agent-memory.d.ts.map