import type { Tool } from '@wrongstack/core/types'; import { type ToolDeps } from './shared.js'; interface RenameInput { path: string; line: number; character: number; new_name: string; } export declare function createRenameTool(deps: ToolDeps): Tool; export {}; //# sourceMappingURL=rename.d.ts.map