import { Notification, NotificationBar, NotificationEvent, Notifications, NotificationType } from "../flex-ui-core/src"; export declare const NotificationIds: { PendingReservationsOnLogout: "PendingReservationsOnLogout"; PendingReservationsOnActivityStateChange: "PendingReservationsOnActivityStateChange"; WorkerActivityUpdateFailed: "WorkerActivityUpdateFailed"; TransferFailed: "TransferFailed"; TaskCannotBeTransferred: "TaskCannotBeTransferred"; ShortcutUsedTooRecentlyNotificationTitle: "ShortcutUsedTooRecentlyNotificationTitle"; TooManyParticipantsForShortcutNotificationTitle: "TooManyParticipantsForShortcutNotificationTitle"; SelectATaskNotificationTitle: "SelectATaskNotificationTitle"; BrowserVoiceDisabled: "BrowserVoiceDisabled"; MicTaken: "MicTaken"; MessageSizeExceeded: "MessageSizeExceeded"; DuplicateAgentInSameConversationError: "DuplicateAgentInSameConversationError"; CannotChangeOtherWorkerActivity: "CannotChangeOtherWorkerActivity"; LeaveEmailConversationFailed: "LeaveEmailConversationFailed"; PauseEmailConversationFailed: "PauseEmailConversationFailed"; ResumeEmailConversationFailed: "ResumeEmailConversationFailed"; MonitoringFailed: "MonitoringFailed"; ChatOrchestrationAddToConversationFailed: "ChatOrchestrationAddToConversationFailed"; ChatOrchestrationDeactivateConversationFailed: "ChatOrchestrationDeactivateConversationFailed"; ChatOrchestrationLeaveConversationFailed: "ChatOrchestrationLeaveConversationFailed"; AudioPlayerDeniedErrorNotificationId: "AudioPlayerDeniedError"; AudioPlayerInvalidMediaErrorNotificationId: "AudioPlayerInvalidMediaError"; AudioPlayerGenericErrorNotificationId: "AudioPlayerGenericError"; QueuesStatsStale: "QueuesStatsStale"; FlexUiVersionDeprecated: "FlexUiVersionDeprecated"; FlexSessionExpired: "FLEX_SESSION_EXPIRED"; FlexSessionExpirationWarning: "FLEX_SESSION_EXPIRATION_WARNING"; RequestBrowserNotificationPermissions: "RequestBrowserNotificationPermissions"; IncomingTask: "IncomingTask"; OutboundCallCanceledGeneric: "OutboundCallCanceledGeneric"; OutboundCallCanceledBusy: "OutboundCallCanceledBusy"; OutboundCallCanceledNoAnswer: "OutboundCallCanceledNoAnswer"; OutboundCallCanceledInvalidNumber: "OutboundCallCanceledInvalidNumber"; OutboundCallCanceledDisabledCountry: "OutboundCallCanceledDisabledCountry"; OutboundCallCanceledFromNumberUnverified: "OutboundCallCanceledFromNumberUnverified"; OutboundCallCanceledToNumberUnverified: "OutboundCallCanceledToNumberUnverified"; OutboundCallCanceledToNumberBlocked: "OutboundCallCanceledToNumberBlocked"; FlexInsightsLoginFailed: "FlexInsightsLoginFailed"; FlexInsightsDataFetchFailed: "FlexInsightsDataFetchFailed"; InsightsPlayerLoadingSegmentFailed: "InsightsPlayerLoadingSegmentFailed"; InsightsPlayerPlaybackFailed: "InsightsPlayerPlaybackFailed"; CopyClipboardFailed: "CopyClipboardFailed"; NoInputDevice: "NoInputDevice"; NoNetworkConnection: "NoNetworkConnection"; GlobalSLSaveSuccess: "GlobalSLSaveSuccess"; SLAPreferencesCustomLevelsSuccess: "SLAPreferencesCustomLevelsSuccess"; SLAPreferencesCustomLevelsError: "SLAPreferencesCustomLevelsError"; AddingCommentFailed: "AddingCommentFailed"; AddingAssessmentFailed: "AddingAssessmentFailed"; SecondVoiceCallIncoming: "SecondVoiceCallIncoming"; NoTokenError: "NoTokenError"; ExternalWarmTransferFailed: "ExternalWarmTransferFailed"; FailedToFetchParticipants: "FailedToFetchParticipants"; DegradedModeActive: "DegradedModeActive"; StartOutboundEmailTaskFailed: "StartOutboundEmailTaskFailed"; DeviceManagerSelectionSuccess: "DeviceManagerSelectionSuccess"; DeviceManagerSelectionFailed: "DeviceManagerSelectionFailed"; FailedToSubscribeToQueueError: "FailedToSubscribeToQueueError"; BackupServiceActive: "BackupServiceActive"; LocaleSelectorSuccess: "LocaleSelectorSuccess"; LocaleSelectorFailure: "LocaleSelectorFailure"; SupervisorNotAuthorizedFailure: "SupervisorNotAuthorizedFailure"; FlexUnifyCdpDegradationMessage: "FlexUnifyCdpDegradationMessage"; LeaveChannelFailed: "LeaveChannelFailed"; PauseChannelFailed: "PauseChannelFailed"; ResumeChannelFailed: "ResumeChannelFailed"; UNKNOWN: "UNKNOWN"; NewChatMessage: "NewChatMessage"; SendMediaMessageInvalidType: "SendMediaMessageInvalidType"; SendMediaMessageInvalidSize: "SendMediaMessageInvalidSize"; SendMessageFailed: "SendMessageFailed"; SendEmailFailed: "SendEmailFailed"; AttachFileMultipleFailure: "AttachFileMultipleFailure"; AttachFileDuplicate: "AttachFileDuplicate"; AttachFileInvalidType: "AttachFileInvalidType"; AttachFileInvalidSize: "AttachFileInvalidSize"; AttachFileInvalidOverallSize: "AttachFileInvalidOverallSize"; AttachFileInvalidMaxAmount: "AttachFileInvalidMaxAmount"; AttachFileMultipleNotSupported: "AttachFileMultipleNotSupported"; AttachFileDisabled: "AttachFileDisabled"; DownloadFileInvalidType: "DownloadFileInvalidType"; DownloadFileInvalidSize: "DownloadFileInvalidSize"; EmailSuccessfullySent: "EmailSuccessfullySent"; EmailAddParticipantFailed: "EmailAddParticipantFailed"; EmailRemoveParticipantFailed: "EmailRemoveParticipantFailed"; QueuesStatsWarningAlert: "QueuesStatsWarningAlert"; QueuesStatsCriticalAlert: "QueuesStatsCriticalAlert"; QueuesStatsResolvedAlert: "QueuesStatsResolvedAlert"; }; export { Notification, NotificationBar, NotificationEvent, Notifications, NotificationType }; export declare const registerToNotifications: () => void; export declare const ProxiedNotifications: typeof Notifications;