/** * Bash tool - Execute shell commands */ import type { Tool } from '../types/tools.js'; export declare const bashTool: Tool; //# sourceMappingURL=bash.d.ts.map