import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const StaffUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: 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.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined; connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; }, { create?: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined; connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=StaffUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map