import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const StaffOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; email: z.ZodOptional, z.ZodLazy>]>>; role: z.ZodOptional>; phone: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; name?: "asc" | "desc" | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; role?: "asc" | "desc" | undefined; phone?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.StaffCountOrderByAggregateInput | undefined; _min?: Prisma.StaffMinOrderByAggregateInput | undefined; _max?: Prisma.StaffMaxOrderByAggregateInput | undefined; _avg?: Prisma.StaffAvgOrderByAggregateInput | undefined; _sum?: Prisma.StaffSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; name?: "asc" | "desc" | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; role?: "asc" | "desc" | undefined; phone?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.StaffCountOrderByAggregateInput | undefined; _min?: Prisma.StaffMinOrderByAggregateInput | undefined; _max?: Prisma.StaffMaxOrderByAggregateInput | undefined; _avg?: Prisma.StaffAvgOrderByAggregateInput | undefined; _sum?: Prisma.StaffSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=StaffOrderByWithAggregationInput.schema.d.ts.map