import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionAvgAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionAvgAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; paymentId: z.ZodOptional>; serviceLineId: z.ZodOptional>; paidAmount: z.ZodOptional>; adjustedAmount: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: true | undefined; paymentId?: true | undefined; paidAmount?: true | undefined; adjustedAmount?: true | undefined; serviceLineId?: true | undefined; }, { id?: true | undefined; paymentId?: true | undefined; paidAmount?: true | undefined; adjustedAmount?: true | undefined; serviceLineId?: true | undefined; }>; //# sourceMappingURL=ServiceLineTransactionAvgAggregateInput.schema.d.ts.map