import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType; export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput; where: Prisma.AppointmentProcedureWhereUniqueInput; update: Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithoutPatientInput; }, { create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput; where: Prisma.AppointmentProcedureWhereUniqueInput; update: Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithoutPatientInput; }>; //# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map