import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema: z.ZodType; export declare const PaymentUncheckedCreateNestedOneWithoutClaimInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined; connect?: Prisma.PaymentWhereUniqueInput | undefined; }, { create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined; connect?: Prisma.PaymentWhereUniqueInput | undefined; }>; //# sourceMappingURL=PaymentUncheckedCreateNestedOneWithoutClaimInput.schema.d.ts.map