import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const StaffUpsertOneSchema: z.ZodType; export declare const StaffUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.StaffSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.StaffInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput; where: Prisma.StaffWhereUniqueInput; update: Prisma.StaffUpdateInput | Prisma.StaffUncheckedUpdateInput; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; }, { create: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput; where: Prisma.StaffWhereUniqueInput; update: Prisma.StaffUpdateInput | Prisma.StaffUncheckedUpdateInput; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; }>; //# sourceMappingURL=upsertOneStaff.schema.d.ts.map