import type { SemanticGraph } from './compiler.js'; export declare function serializeSemanticGraph(graph: SemanticGraph): string;