import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType; export declare const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }, { create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map