import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateNestedOneWithoutPaymentInputObjectSchema: z.ZodType; export declare const ClaimCreateNestedOneWithoutPaymentInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined; connect?: Prisma.ClaimWhereUniqueInput | undefined; }, { create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined; connect?: Prisma.ClaimWhereUniqueInput | undefined; }>; //# sourceMappingURL=ClaimCreateNestedOneWithoutPaymentInput.schema.d.ts.map