import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType; export declare const AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectZodSchema: 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.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput | Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.AppointmentProcedureCreateManyPatientInputEnvelope | undefined; connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; }, { create?: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput | Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.AppointmentProcedureCreateManyPatientInputEnvelope | undefined; connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; }>; //# sourceMappingURL=AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema.d.ts.map