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