import React from 'react'; interface BashConfirmationProps { command: string; workingDirectory: string; isDangerous: boolean; onConfirm: () => void; onCancel: () => void; } export declare const BashConfirmation: React.FC; export {}; //# sourceMappingURL=BashConfirmation.d.ts.map