/** * StrReplaceFile tool - Surgical string replacement in files * Enables precise edits without rewriting entire files */ import type { Tool } from '../types/tools.js'; export declare const strReplaceFileTool: Tool; //# sourceMappingURL=str-replace-file.d.ts.map