import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType; export declare const ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput; where: Prisma.ClaimWhereUniqueInput; update: Prisma.ClaimUncheckedUpdateWithoutNpiProviderInput | Prisma.ClaimUpdateWithoutNpiProviderInput; }, { create: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput; where: Prisma.ClaimWhereUniqueInput; update: Prisma.ClaimUncheckedUpdateWithoutNpiProviderInput | Prisma.ClaimUpdateWithoutNpiProviderInput; }>; //# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map