import type { ToolPlugin } from "./types.js"; /** * Bash command execution tool - supports both foreground and background execution */ export declare const bashTool: ToolPlugin;