export declare function loadMemory(cwd: string): Promise; export declare function appendMemory(cwd: string, content: string, category?: string): Promise; export declare function addConvention(cwd: string, rule: string): Promise; export declare function addNoTouch(cwd: string, filePath: string, reason?: string): Promise; export declare function addPreference(cwd: string, pref: string): Promise; export declare function addArchNote(cwd: string, note: string): Promise; export declare function getMemoryByCategory(cwd: string, category: string): Promise; export declare function listMemoryCategories(cwd: string): Promise; export declare function removeMemoryEntry(cwd: string, category: string, entrySubstring: string): Promise; //# sourceMappingURL=memory.d.ts.map