import type { NotificationReason } from './notify.js'; import type { TUIState } from './state.js'; export declare function showError(state: TUIState, message: string): void; export declare function showInfo(state: TUIState, message: string): void; export declare function showFormattedError(state: TUIState, event: { error: Error; errorType?: string; retryable?: boolean; retryDelay?: number; } | Error): void; export declare function notify(state: TUIState, reason: NotificationReason, message?: string): void; //# sourceMappingURL=display.d.ts.map