import type { DesignSystemGraph } from "./types.js"; export declare function serializeGraph(graph: DesignSystemGraph, opts?: { full?: boolean; }): string; export declare function writeGraph(repoRoot: string, graph: DesignSystemGraph, opts?: { full?: boolean; }): void;