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