import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUncheckedUpdateManyWithoutStaffNestedInputObjectSchema: z.ZodType; export declare const ClaimUncheckedUpdateManyWithoutStaffNestedInputObjectZodSchema: 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.ClaimCreateWithoutStaffInput | Prisma.ClaimUncheckedCreateWithoutStaffInput | Prisma.ClaimCreateWithoutStaffInput[] | Prisma.ClaimUncheckedCreateWithoutStaffInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutStaffInput | Prisma.ClaimCreateOrConnectWithoutStaffInput[] | undefined; createMany?: Prisma.ClaimCreateManyStaffInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutStaffInput | Prisma.ClaimUpdateManyWithWhereWithoutStaffInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }, { create?: Prisma.ClaimCreateWithoutStaffInput | Prisma.ClaimUncheckedCreateWithoutStaffInput | Prisma.ClaimCreateWithoutStaffInput[] | Prisma.ClaimUncheckedCreateWithoutStaffInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutStaffInput | Prisma.ClaimCreateOrConnectWithoutStaffInput[] | undefined; createMany?: Prisma.ClaimCreateManyStaffInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutStaffInput | Prisma.ClaimUpdateManyWithWhereWithoutStaffInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ClaimUncheckedUpdateManyWithoutStaffNestedInput.schema.d.ts.map