import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineGroupBySchema: z.ZodType; export declare const ServiceLineGroupByZodSchema: z.ZodObject<{ where: z.ZodOptional>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { by: ("status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue")[]; where?: Prisma.ServiceLineWhereInput | undefined; _count?: true | Prisma.ServiceLineCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineOrderByWithAggregationInput | Prisma.ServiceLineOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ServiceLineMinAggregateInputType | undefined; _max?: Prisma.ServiceLineMaxAggregateInputType | undefined; _avg?: Prisma.ServiceLineAvgAggregateInputType | undefined; _sum?: Prisma.ServiceLineSumAggregateInputType | undefined; having?: Prisma.ServiceLineScalarWhereWithAggregatesInput | undefined; }, { by: ("status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue")[]; where?: Prisma.ServiceLineWhereInput | undefined; _count?: true | Prisma.ServiceLineCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineOrderByWithAggregationInput | Prisma.ServiceLineOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ServiceLineMinAggregateInputType | undefined; _max?: Prisma.ServiceLineMaxAggregateInputType | undefined; _avg?: Prisma.ServiceLineAvgAggregateInputType | undefined; _sum?: Prisma.ServiceLineSumAggregateInputType | undefined; having?: Prisma.ServiceLineScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByServiceLine.schema.d.ts.map