import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const StaffAggregateSchema: z.ZodType; export declare const StaffAggregateZodSchema: z.ZodObject<{ orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { where?: Prisma.StaffWhereInput | undefined; _count?: true | Prisma.StaffCountAggregateInputType | undefined; orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined; cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.StaffMinAggregateInputType | undefined; _max?: Prisma.StaffMaxAggregateInputType | undefined; _avg?: Prisma.StaffAvgAggregateInputType | undefined; _sum?: Prisma.StaffSumAggregateInputType | undefined; }, { where?: Prisma.StaffWhereInput | undefined; _count?: true | Prisma.StaffCountAggregateInputType | undefined; orderBy?: Prisma.StaffOrderByWithRelationInput | Prisma.StaffOrderByWithRelationInput[] | undefined; cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.StaffMinAggregateInputType | undefined; _max?: Prisma.StaffMaxAggregateInputType | undefined; _avg?: Prisma.StaffAvgAggregateInputType | undefined; _sum?: Prisma.StaffSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregateStaff.schema.d.ts.map