import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The provider identifier for the credentials */ export declare const ChatOrPushProviderEnum: { readonly Slack: "slack"; readonly Discord: "discord"; readonly Msteams: "msteams"; readonly Mattermost: "mattermost"; readonly Ryver: "ryver"; readonly Zulip: "zulip"; readonly GrafanaOnCall: "grafana-on-call"; readonly Getstream: "getstream"; readonly RocketChat: "rocket-chat"; readonly WhatsappBusiness: "whatsapp-business"; readonly ChatWebhook: "chat-webhook"; readonly NovuSlack: "novu-slack"; readonly Fcm: "fcm"; readonly Apns: "apns"; readonly Expo: "expo"; readonly OneSignal: "one-signal"; readonly Pushpad: "pushpad"; readonly PushWebhook: "push-webhook"; readonly PusherBeams: "pusher-beams"; readonly Appio: "appio"; }; /** * The provider identifier for the credentials */ export type ChatOrPushProviderEnum = ClosedEnum; /** @internal */ export declare const ChatOrPushProviderEnum$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ChatOrPushProviderEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=chatorpushproviderenum.d.ts.map