import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType; export declare const ClaimCreateNestedManyWithoutPatientInputObjectZodSchema: 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.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }, { create?: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ClaimCreateNestedManyWithoutPatientInput.schema.d.ts.map