/** * Import-graph tools: depgraph, affected_tests. Split out of ../tools.ts (see that * file's history for why) — pure relocation, no behavior change. */ import type { ToolDefinition, ToolHandler } from "../toolTypes"; export declare const DEPGRAPH_TOOL_DEFINITIONS: ToolDefinition[]; export declare const DEPGRAPH_TOOL_HANDLERS: Record; //# sourceMappingURL=depgraph.d.ts.map