import blessed from 'blessed'; export declare function showConfirmDialog(screen: blessed.Widgets.Screen, message: string, onConfirm: () => void, onCancel: () => void): void; //# sourceMappingURL=ConfirmDialog.d.ts.map