import { type GraphNode } from "./graphTypes.js"; /** * Reads the virtual root node from the bundled prompt. * The root is never stored on disk — its content comes from source code. * Expects: `prompts/memory/MEMORY_ROOT.md` exists in the bundled prompts directory. */ export declare function graphRootNodeRead(): Promise; //# sourceMappingURL=graphRootNodeRead.d.ts.map