import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpsertWithoutProceduresInputObjectSchema: z.ZodType; export declare const AppointmentUpsertWithoutProceduresInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput; update: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput; where?: Prisma.AppointmentWhereInput | undefined; }, { create: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput; update: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput; where?: Prisma.AppointmentWhereInput | undefined; }>; //# sourceMappingURL=AppointmentUpsertWithoutProceduresInput.schema.d.ts.map