import type { ProductGraph } from './graph-types.js'; /** * Serialize a ProductGraph to deterministic JSON. * - Alphabetical key ordering at every level * - 2-space indentation * - UTF-8 string */ export declare function serializeGraph(graph: ProductGraph): string; //# sourceMappingURL=serializer.d.ts.map