/** * Thin wrapper tools around already-separate util modules: file_fingerprint, * git_blame_heat, type_coverage_report, import_tree_context, read_token_budgeted, * bulk_file_digest, auto_context_bundle, repeat_guard, conversation_checkpoint, * test_autofix_interceptor, prompt_pattern_cache. 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 DEV_UTILS_TOOL_DEFINITIONS: ToolDefinition[]; export declare const DEV_UTILS_TOOL_HANDLERS: Record; //# sourceMappingURL=dev-utils.d.ts.map