import { type GraphNode } from "./graphTypes.js"; /** * Parses a markdown graph node into normalized graph-memory shape. * Expects: id maps to filename without extension; raw can include optional YAML frontmatter. */ export declare function graphNodeParse(id: string, raw: string): GraphNode; //# sourceMappingURL=graphNodeParse.d.ts.map