import blessed from 'blessed'; export declare function showMessageDialog(screen: blessed.Widgets.Screen, title: string, message: string, onClose?: () => void): void; //# sourceMappingURL=MessageDialog.d.ts.map