export declare function diagramExportSkillMd(): string; /** * A ready-to-render grouped ERD `AgentDiagramData` example shipped with the * diagram-export skill (GH-400). It mirrors the validation fixture's shape: * multiple domain groups plus two high-degree hubs (Account, Territory2) so an * agent has a concrete, working starting point instead of hand-rolling a * `build-*.cjs` converter. Built as an object and serialised so it is always * valid JSON. */ export declare function erdGroupedExampleJson(): string; export declare function exportDiagramScript(): string;