import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType; export declare const PatientDocumentUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: 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.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; update?: Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; delete?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; updateMany?: Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput | Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.PatientDocumentScalarWhereInput | Prisma.PatientDocumentScalarWhereInput[] | undefined; }, { create?: Prisma.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; update?: Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; delete?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; updateMany?: Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput | Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.PatientDocumentScalarWhereInput | Prisma.PatientDocumentScalarWhereInput[] | undefined; }>; //# sourceMappingURL=PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map