export declare const UNKNOWN = "UNKNOWN"; export declare const NewChatMessage = "NewChatMessage"; export declare const SendMediaMessageInvalidType = "SendMediaMessageInvalidType"; export declare const SendMediaMessageInvalidSize = "SendMediaMessageInvalidSize"; export declare const SendMessageFailed = "SendMessageFailed"; export declare const SendEmailFailed = "SendEmailFailed"; export declare const AttachFileMultipleFailure = "AttachFileMultipleFailure"; export declare const AttachFileDuplicate = "AttachFileDuplicate"; export declare const AttachFileInvalidType = "AttachFileInvalidType"; export declare const AttachFileInvalidSize = "AttachFileInvalidSize"; export declare const AttachFileInvalidOverallSize = "AttachFileInvalidOverallSize"; export declare const AttachFileInvalidMaxAmount = "AttachFileInvalidMaxAmount"; export declare const AttachFileMultipleNotSupported = "AttachFileMultipleNotSupported"; export declare const AttachFileDisabled = "AttachFileDisabled"; export declare const DownloadFileInvalidType = "DownloadFileInvalidType"; export declare const DownloadFileInvalidSize = "DownloadFileInvalidSize"; export declare const EmailSuccessfullySent = "EmailSuccessfullySent"; export declare const EmailAddParticipantFailed = "EmailAddParticipantFailed"; export declare const EmailRemoveParticipantFailed = "EmailRemoveParticipantFailed"; export declare const QueuesStatsWarningAlert = "QueuesStatsWarningAlert"; export declare const QueuesStatsCriticalAlert = "QueuesStatsCriticalAlert"; export declare const QueuesStatsResolvedAlert = "QueuesStatsResolvedAlert";