import type { ToolPlugin } from "./types.js"; /** * Read Tool Plugin - Read file content */ export declare const readTool: ToolPlugin;