import * as z from 'zod'; export declare const CommunicationChannelSchema: z.ZodEnum<["sms", "voice"]>; export type CommunicationChannel = z.infer; //# sourceMappingURL=CommunicationChannel.schema.d.ts.map