import type { GraphNode } from "./graphTypes.js"; /** * Serializes a graph node to markdown with YAML frontmatter. * Expects: node.frontmatter already normalized and content contains markdown body. */ export declare function graphNodeSerialize(node: GraphNode): string; //# sourceMappingURL=graphNodeSerialize.d.ts.map