import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; paymentId: z.ZodOptional>; serviceLineId: z.ZodOptional>; transactionId: z.ZodOptional, z.ZodLazy>]>>; paidAmount: z.ZodOptional>; adjustedAmount: z.ZodOptional>; method: z.ZodOptional>; receivedDate: z.ZodOptional>; payerName: z.ZodOptional, z.ZodLazy>]>>; notes: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; paymentId?: "asc" | "desc" | undefined; transactionId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; paidAmount?: "asc" | "desc" | undefined; adjustedAmount?: "asc" | "desc" | undefined; method?: "asc" | "desc" | undefined; receivedDate?: "asc" | "desc" | undefined; payerName?: "asc" | "desc" | Prisma.SortOrderInput | undefined; serviceLineId?: "asc" | "desc" | undefined; _count?: Prisma.ServiceLineTransactionCountOrderByAggregateInput | undefined; _min?: Prisma.ServiceLineTransactionMinOrderByAggregateInput | undefined; _max?: Prisma.ServiceLineTransactionMaxOrderByAggregateInput | undefined; _avg?: Prisma.ServiceLineTransactionAvgOrderByAggregateInput | undefined; _sum?: Prisma.ServiceLineTransactionSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; paymentId?: "asc" | "desc" | undefined; transactionId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; paidAmount?: "asc" | "desc" | undefined; adjustedAmount?: "asc" | "desc" | undefined; method?: "asc" | "desc" | undefined; receivedDate?: "asc" | "desc" | undefined; payerName?: "asc" | "desc" | Prisma.SortOrderInput | undefined; serviceLineId?: "asc" | "desc" | undefined; _count?: Prisma.ServiceLineTransactionCountOrderByAggregateInput | undefined; _min?: Prisma.ServiceLineTransactionMinOrderByAggregateInput | undefined; _max?: Prisma.ServiceLineTransactionMaxOrderByAggregateInput | undefined; _avg?: Prisma.ServiceLineTransactionAvgOrderByAggregateInput | undefined; _sum?: Prisma.ServiceLineTransactionSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=ServiceLineTransactionOrderByWithAggregationInput.schema.d.ts.map