import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffCreateOrConnectWithoutUserInputObjectSchema: z.ZodType; export declare const StaffCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput; where: Prisma.StaffWhereUniqueInput; }, { create: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput; where: Prisma.StaffWhereUniqueInput; }>; //# sourceMappingURL=StaffCreateOrConnectWithoutUserInput.schema.d.ts.map