import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineAvgAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineAvgAggregateInputObjectZodSchema: 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?: true | undefined; claimId?: true | undefined; paymentId?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; }, { id?: true | undefined; claimId?: true | undefined; paymentId?: true | undefined; totalBilled?: true | undefined; totalPaid?: true | undefined; totalAdjusted?: true | undefined; totalDue?: true | undefined; }>; //# sourceMappingURL=ServiceLineAvgAggregateInput.schema.d.ts.map