import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType; export declare const AppointmentUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput; where: Prisma.AppointmentWhereUniqueInput; update: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput; }, { create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput; where: Prisma.AppointmentWhereUniqueInput; update: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput; }>; //# sourceMappingURL=AppointmentUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map