import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType; export declare const CommunicationUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined; connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput | Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined; }, { create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined; connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined; updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput | Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined; }>; //# sourceMappingURL=CommunicationUpdateManyWithoutPatientNestedInput.schema.d.ts.map