import { BashTool } from './bash.js';
import { ToolExecutionContext } from '../types.js';
export declare class BashWithConfirmationTool extends BashTool {
    ui: {
        showProgress: boolean;
        collapsible: boolean;
        dangerous: boolean;
    };
    protected run(params: any, context: ToolExecutionContext): Promise<any>;
}
//# sourceMappingURL=bash-with-confirmation.d.ts.map