/** * WriteFile tool - Write content to files */ import type { Tool } from '../types/tools.js'; export declare const writeFileTool: Tool; //# sourceMappingURL=write-file.d.ts.map