import type { ToolPlugin } from "./types.js"; /** * Single file edit tool plugin */ export declare const editTool: ToolPlugin;