import type { ToolPlugin } from "./types.js"; /** * File Write Tool Plugin */ export declare const writeTool: ToolPlugin;