import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const StaffCreateOneSchema: z.ZodType; export declare const StaffCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.StaffSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.StaffInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; }, { data: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; }>; //# sourceMappingURL=createOneStaff.schema.d.ts.map