export declare enum CredentialsKeyEnum { ApiKey = "apiKey", User = "user", SecretKey = "secretKey", Domain = "domain", Password = "password", Host = "host", Port = "port", Secure = "secure", Region = "region", AccountSid = "accountSid", MessageProfileId = "messageProfileId", Token = "token", From = "from", SenderName = "senderName", ContentType = "contentType", ApplicationId = "applicationId", ClientId = "clientId", ProjectName = "projectName", ServiceAccount = "serviceAccount", BaseUrl = "baseUrl", WebhookUrl = "webhookUrl", RequireTls = "requireTls", IgnoreTls = "ignoreTls", TlsOptions = "tlsOptions", RedirectUrl = "redirectUrl", Hmac = "hmac", IpPoolName = "ipPoolName", ApiKeyRequestHeader = "apiKeyRequestHeader", SecretKeyRequestHeader = "secretKeyRequestHeader", IdPath = "idPath", DatePath = "datePath", AuthenticateByToken = "authenticateByToken", AuthenticationTokenKey = "authenticationTokenKey", AccessKey = "accessKey", InstanceId = "instanceId", ApiToken = "apiToken", ApiURL = "apiURL", AppID = "appID", alertUid = "alertUid", title = "title", imageUrl = "imageUrl", state = "state", externalLink = "externalLink" } export declare enum EmailProviderIdEnum { EmailJS = "emailjs", Mailgun = "mailgun", Mailjet = "mailjet", Mandrill = "mandrill", CustomSMTP = "nodemailer", Postmark = "postmark", SendGrid = "sendgrid", Sendinblue = "sendinblue", SES = "ses", NetCore = "netcore", Infobip = "infobip-email", Resend = "resend", Plunk = "plunk", MailerSend = "mailersend", Mailtrap = "mailtrap", Clickatell = "clickatell", Outlook365 = "outlook365", Novu = "novu-email", SparkPost = "sparkpost", EmailWebhook = "email-webhook", Braze = "braze" } export declare enum SmsProviderIdEnum { Nexmo = "nexmo", Plivo = "plivo", Sms77 = "sms77", SmsCentral = "sms-central", SNS = "sns", Telnyx = "telnyx", Twilio = "twilio", Gupshup = "gupshup", Firetext = "firetext", Infobip = "infobip-sms", BurstSms = "burst-sms", BulkSms = "bulk-sms", ISendSms = "isend-sms", Clickatell = "clickatell", FortySixElks = "forty-six-elks", Kannel = "kannel", Maqsam = "maqsam", Termii = "termii", AfricasTalking = "africas-talking", Novu = "novu-sms", Sendchamp = "sendchamp", GenericSms = "generic-sms", Clicksend = "clicksend", Bandwidth = "bandwidth", MessageBird = "messagebird", Simpletexting = "simpletexting", AzureSms = "azure-sms", RingCentral = "ring-central", BrevoSms = "brevo-sms" } export declare enum ChatProviderIdEnum { Slack = "slack", Discord = "discord", MsTeams = "msteams", Mattermost = "mattermost", Ryver = "ryver", Zulip = "zulip", GrafanaOnCall = "grafana-on-call", GetStream = "getstream", RocketChat = "rocket-chat" } export declare enum PushProviderIdEnum { FCM = "fcm", APNS = "apns", EXPO = "expo", OneSignal = "one-signal", Pushpad = "pushpad", PushWebhook = "push-webhook", PusherBeams = "pusher-beams" } export declare enum InAppProviderIdEnum { Novu = "novu" } export type ProvidersIdEnum = EmailProviderIdEnum | SmsProviderIdEnum | PushProviderIdEnum | InAppProviderIdEnum | ChatProviderIdEnum; //# sourceMappingURL=provider.enum.d.ts.map