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