import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const StaffFindManySelectSchema: z.ZodType; export declare const StaffFindManySelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; name: z.ZodOptional; email: z.ZodOptional; role: z.ZodOptional; phone: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; appointments: z.ZodOptional; claims: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; role?: boolean | undefined; phone?: boolean | undefined; appointments?: boolean | undefined; _count?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; role?: boolean | undefined; phone?: boolean | undefined; appointments?: boolean | undefined; _count?: boolean | undefined; }>; export declare const StaffFindManySchema: z.ZodType; export declare const StaffFindManyZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.StaffSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.StaffInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.StaffWhereInput | undefined; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined; cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }, { where?: Prisma.StaffWhereInput | undefined; include?: Prisma.StaffInclude | undefined; select?: Prisma.StaffSelect | undefined; orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined; cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }>; //# sourceMappingURL=findManyStaff.schema.d.ts.map