import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType; export declare const ClaimUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: 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.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutPatientInput | Prisma.ClaimUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }, { create?: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutPatientInput | Prisma.ClaimUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map