import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType; export declare const PatientUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: 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.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined; connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; update?: Prisma.PatientUpdateWithWhereUniqueWithoutUserInput | Prisma.PatientUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.PatientUpsertWithWhereUniqueWithoutUserInput | Prisma.PatientUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; delete?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; updateMany?: Prisma.PatientUpdateManyWithWhereWithoutUserInput | Prisma.PatientUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.PatientScalarWhereInput | Prisma.PatientScalarWhereInput[] | undefined; }, { create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined; connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; update?: Prisma.PatientUpdateWithWhereUniqueWithoutUserInput | Prisma.PatientUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.PatientUpsertWithWhereUniqueWithoutUserInput | Prisma.PatientUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; delete?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; updateMany?: Prisma.PatientUpdateManyWithWhereWithoutUserInput | Prisma.PatientUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.PatientScalarWhereInput | Prisma.PatientScalarWhereInput[] | undefined; }>; //# sourceMappingURL=PatientUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map