/** * Zero-token static analysis tools: entropy_score, coupling_radar, pattern_fossil, * git_heatmap_risk, precrime_static, semantic_dedup_guard, dead_export_necromancer. * All but semantic_dedup_guard are pure TypeScript-Compiler-API/git analysis — no LLM, * no Brain. 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 ANALYSIS_TOOL_DEFINITIONS: ToolDefinition[]; export declare const ANALYSIS_TOOL_HANDLERS: Record; //# sourceMappingURL=analysis.d.ts.map