import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema: z.ZodType; export declare const ClaimUpsertWithWhereUniqueWithoutAppointmentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput; where: Prisma.ClaimWhereUniqueInput; update: Prisma.ClaimUncheckedUpdateWithoutAppointmentInput | Prisma.ClaimUpdateWithoutAppointmentInput; }, { create: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput; where: Prisma.ClaimWhereUniqueInput; update: Prisma.ClaimUncheckedUpdateWithoutAppointmentInput | Prisma.ClaimUpdateWithoutAppointmentInput; }>; //# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.d.ts.map