import { type GraphNode } from "./graphTypes.js"; /** * Writes a single graph node markdown file to disk. * Expects: non-root ids are stable and safe to use as filenames. Root node is virtual and cannot be written. */ export declare function graphStoreWrite(memoryDir: string, node: GraphNode): Promise; //# sourceMappingURL=graphStoreWrite.d.ts.map