import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType; export declare const StaffUpdateManyWithoutUserNestedInputObjectZodSchema: 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.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined; connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; update?: Prisma.StaffUpdateWithWhereUniqueWithoutUserInput | Prisma.StaffUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.StaffUpsertWithWhereUniqueWithoutUserInput | Prisma.StaffUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; delete?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; updateMany?: Prisma.StaffUpdateManyWithWhereWithoutUserInput | Prisma.StaffUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.StaffScalarWhereInput | Prisma.StaffScalarWhereInput[] | undefined; }, { create?: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined; connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; update?: Prisma.StaffUpdateWithWhereUniqueWithoutUserInput | Prisma.StaffUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.StaffUpsertWithWhereUniqueWithoutUserInput | Prisma.StaffUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; delete?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; updateMany?: Prisma.StaffUpdateManyWithWhereWithoutUserInput | Prisma.StaffUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.StaffScalarWhereInput | Prisma.StaffScalarWhereInput[] | undefined; }>; //# sourceMappingURL=StaffUpdateManyWithoutUserNestedInput.schema.d.ts.map