import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const EnumCommunicationStatusFieldUpdateOperationsInputObjectSchema: z.ZodType; export declare const EnumCommunicationStatusFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{ set: z.ZodOptional>; }, "strict", z.ZodTypeAny, { set?: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer" | undefined; }, { set?: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer" | undefined; }>; //# sourceMappingURL=EnumCommunicationStatusFieldUpdateOperationsInput.schema.d.ts.map