import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineAvgOrderByAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineAvgOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; paymentId: z.ZodOptional>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; paymentId?: "asc" | "desc" | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; }, { id?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; paymentId?: "asc" | "desc" | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=ServiceLineAvgOrderByAggregateInput.schema.d.ts.map