import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const StaffFindUniqueSchema: z.ZodType; export declare const StaffFindUniqueZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.StaffSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.StaffInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.StaffWhereUniqueInput; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; }, { where: Prisma.StaffWhereUniqueInput; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; }>; //# sourceMappingURL=findUniqueStaff.schema.d.ts.map