import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const EnumCommunicationChannelFieldUpdateOperationsInputObjectSchema: z.ZodType; export declare const EnumCommunicationChannelFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{ set: z.ZodOptional>; }, "strict", z.ZodTypeAny, { set?: "sms" | "voice" | undefined; }, { set?: "sms" | "voice" | undefined; }>; //# sourceMappingURL=EnumCommunicationChannelFieldUpdateOperationsInput.schema.d.ts.map