import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateOrConnectWithoutPaymentInputObjectSchema: z.ZodType; export declare const ClaimCreateOrConnectWithoutPaymentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput; where: Prisma.ClaimWhereUniqueInput; }, { create: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput; where: Prisma.ClaimWhereUniqueInput; }>; //# sourceMappingURL=ClaimCreateOrConnectWithoutPaymentInput.schema.d.ts.map