import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType; export declare const PdfGroupUpdateManyWithoutPatientNestedInputObjectZodSchema: 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.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; update?: Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; delete?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; updateMany?: Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput | Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined; }, { create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; update?: Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; delete?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; updateMany?: Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput | Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined; }>; //# sourceMappingURL=PdfGroupUpdateManyWithoutPatientNestedInput.schema.d.ts.map