import { BashTool } from './bash.js';
import { ToolExecutionContext } from '../types.js';
export declare class BashUnifiedTool extends BashTool {
    constructor();
    protected run(params: {
        command: string;
        timeout?: number;
        cwd?: string;
        stream?: boolean;
    }, context: ToolExecutionContext): Promise<any>;
}
//# sourceMappingURL=bash-unified.d.ts.map