import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const ServiceLineOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional, z.ZodLazy>]>>; paymentId: z.ZodOptional, z.ZodLazy>]>>; procedureCode: z.ZodOptional>; procedureDate: z.ZodOptional>; quad: z.ZodOptional, z.ZodLazy>]>>; arch: z.ZodOptional, z.ZodLazy>]>>; toothNumber: z.ZodOptional, z.ZodLazy>]>>; toothSurface: z.ZodOptional, z.ZodLazy>]>>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; paymentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; procedureDate?: "asc" | "desc" | undefined; quad?: "asc" | "desc" | Prisma.SortOrderInput | undefined; arch?: "asc" | "desc" | Prisma.SortOrderInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; _count?: Prisma.ServiceLineCountOrderByAggregateInput | undefined; _min?: Prisma.ServiceLineMinOrderByAggregateInput | undefined; _max?: Prisma.ServiceLineMaxOrderByAggregateInput | undefined; _avg?: Prisma.ServiceLineAvgOrderByAggregateInput | undefined; _sum?: Prisma.ServiceLineSumOrderByAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; paymentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; procedureDate?: "asc" | "desc" | undefined; quad?: "asc" | "desc" | Prisma.SortOrderInput | undefined; arch?: "asc" | "desc" | Prisma.SortOrderInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; _count?: Prisma.ServiceLineCountOrderByAggregateInput | undefined; _min?: Prisma.ServiceLineMinOrderByAggregateInput | undefined; _max?: Prisma.ServiceLineMaxOrderByAggregateInput | undefined; _avg?: Prisma.ServiceLineAvgOrderByAggregateInput | undefined; _sum?: Prisma.ServiceLineSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=ServiceLineOrderByWithAggregationInput.schema.d.ts.map