import type { ProjectMemoryIndex } from "./types.js"; export declare function projectMemoryDir(projectRoot: string): string; export declare function projectMemoryIndexPath(projectRoot: string): string; export declare function refreshProjectMemory(projectRoot: string): Promise; export declare function indexProjectMemory(projectRoot: string): Promise;