/** * Bash tool — execute shell commands with timeout. */ import type { Tool } from './index.js'; export declare const bashTool: Tool; //# sourceMappingURL=bash.d.ts.map