/** * Small standalone zero-LLM dev tools: schema_extract, changelog_auto, spec_to_stub, * env_snapshot, migration_tracer, multi_file_patch, file_intent_index. 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 DEVTOOLS_TOOL_DEFINITIONS: ToolDefinition[]; export declare const DEVTOOLS_TOOL_HANDLERS: Record; //# sourceMappingURL=devtools.d.ts.map