import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema: z.ZodType; export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput; where: Prisma.AppointmentProcedureWhereUniqueInput; update: Prisma.AppointmentProcedureUncheckedUpdateWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateWithoutAppointmentInput; }, { create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput; where: Prisma.AppointmentProcedureWhereUniqueInput; update: Prisma.AppointmentProcedureUncheckedUpdateWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateWithoutAppointmentInput; }>; //# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema.d.ts.map