import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CommunicationUpdateManySchema: z.ZodType; export declare const CommunicationUpdateManyZodSchema: z.ZodObject<{ data: z.ZodType; where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { data: Prisma.CommunicationUpdateManyMutationInput; where?: Prisma.CommunicationWhereInput | undefined; }, { data: Prisma.CommunicationUpdateManyMutationInput; where?: Prisma.CommunicationWhereInput | undefined; }>; //# sourceMappingURL=updateManyCommunication.schema.d.ts.map