import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpsertWithoutClaimsInputObjectSchema: z.ZodType; export declare const AppointmentUpsertWithoutClaimsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput; update: Prisma.AppointmentUpdateWithoutClaimsInput | Prisma.AppointmentUncheckedUpdateWithoutClaimsInput; where?: Prisma.AppointmentWhereInput | undefined; }, { create: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput; update: Prisma.AppointmentUpdateWithoutClaimsInput | Prisma.AppointmentUncheckedUpdateWithoutClaimsInput; where?: Prisma.AppointmentWhereInput | undefined; }>; //# sourceMappingURL=AppointmentUpsertWithoutClaimsInput.schema.d.ts.map