import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpsertWithWhereUniqueWithoutStaffInputObjectSchema: z.ZodType; export declare const AppointmentUpsertWithWhereUniqueWithoutStaffInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentUncheckedCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput; where: Prisma.AppointmentWhereUniqueInput; update: Prisma.AppointmentUncheckedUpdateWithoutStaffInput | Prisma.AppointmentUpdateWithoutStaffInput; }, { create: Prisma.AppointmentUncheckedCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput; where: Prisma.AppointmentWhereUniqueInput; update: Prisma.AppointmentUncheckedUpdateWithoutStaffInput | Prisma.AppointmentUpdateWithoutStaffInput; }>; //# sourceMappingURL=AppointmentUpsertWithWhereUniqueWithoutStaffInput.schema.d.ts.map