import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineMinOrderByAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineMinOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; paymentId: z.ZodOptional>; procedureCode: z.ZodOptional>; procedureDate: z.ZodOptional>; quad: z.ZodOptional>; arch: z.ZodOptional>; toothNumber: z.ZodOptional>; toothSurface: z.ZodOptional>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; toothNumber?: "asc" | "desc" | undefined; toothSurface?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; paymentId?: "asc" | "desc" | undefined; procedureDate?: "asc" | "desc" | undefined; quad?: "asc" | "desc" | undefined; arch?: "asc" | "desc" | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; }, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; toothNumber?: "asc" | "desc" | undefined; toothSurface?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; paymentId?: "asc" | "desc" | undefined; procedureDate?: "asc" | "desc" | undefined; quad?: "asc" | "desc" | undefined; arch?: "asc" | "desc" | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=ServiceLineMinOrderByAggregateInput.schema.d.ts.map