/** * Multi-file codemod tool: refactor (rename | move). 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 REFACTOR_TOOL_DEFINITIONS: ToolDefinition[]; export declare const REFACTOR_TOOL_HANDLERS: Record; //# sourceMappingURL=refactor.d.ts.map