export declare const WriteFileTool: import("../../types/tool/index.js").ToolDefinition<{ path: string; content?: string | undefined; newStr?: string | undefined; }>; //# sourceMappingURL=write-file.d.ts.map