import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const ClaimCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimUncheckedCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput[] | Prisma.ClaimUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutUserInput | Prisma.ClaimCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.ClaimCreateManyUserInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }, { create?: Prisma.ClaimUncheckedCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput[] | Prisma.ClaimUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutUserInput | Prisma.ClaimCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.ClaimCreateManyUserInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ClaimCreateNestedManyWithoutUserInput.schema.d.ts.map