/** * graph_report — graph connectivity report. * * Counts edges per concept, finds orphans, reports category breakdown * and most/least connected nodes. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const graphReportTool: ToolDefinition; //# sourceMappingURL=graph-report.d.ts.map