import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const AppointmentUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput; where: Prisma.AppointmentWhereUniqueInput; update: Prisma.AppointmentUncheckedUpdateWithoutUserInput | Prisma.AppointmentUpdateWithoutUserInput; }, { create: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput; where: Prisma.AppointmentWhereUniqueInput; update: Prisma.AppointmentUncheckedUpdateWithoutUserInput | Prisma.AppointmentUpdateWithoutUserInput; }>; //# sourceMappingURL=AppointmentUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map