import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineAggregateSchema: z.ZodType; export declare const ServiceLineAggregateZodSchema: 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.ServiceLineWhereInput | undefined; _count?: true | Prisma.ServiceLineCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ServiceLineMinAggregateInputType | undefined; _max?: Prisma.ServiceLineMaxAggregateInputType | undefined; _avg?: Prisma.ServiceLineAvgAggregateInputType | undefined; _sum?: Prisma.ServiceLineSumAggregateInputType | undefined; }, { where?: Prisma.ServiceLineWhereInput | undefined; _count?: true | Prisma.ServiceLineCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ServiceLineMinAggregateInputType | undefined; _max?: Prisma.ServiceLineMaxAggregateInputType | undefined; _avg?: Prisma.ServiceLineAvgAggregateInputType | undefined; _sum?: Prisma.ServiceLineSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregateServiceLine.schema.d.ts.map