export declare enum Topics {
    SendSMS = "send_sms",
    SendBulkSMS = "send_bulk_sms",
    SendEMail = "send_email",
    SendBulkEmail = "send_bulk_email",
    SendPushEvent = "send_push_event",
    SendPushNotification = "send_push_notification"
}
