import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const CommunicationChannel: { readonly CommunicationChannelEmail: "COMMUNICATION_CHANNEL_EMAIL"; readonly CommunicationChannelSlack: "COMMUNICATION_CHANNEL_SLACK"; }; export type CommunicationChannel = OpenEnum; /** @internal */ export declare const CommunicationChannel$inboundSchema: z.ZodType; /** @internal */ export declare const CommunicationChannel$outboundSchema: z.ZodType; //# sourceMappingURL=communicationchannel.d.ts.map