import type { GraphNode } from "./graphTypes.js"; /** * Reads all markdown graph nodes from a memory directory. * Expects: files use `.md` naming, with `__root__.md` reserved for the root node. */ export declare function graphStoreRead(memoryDir: string): Promise; //# sourceMappingURL=graphStoreRead.d.ts.map