import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionCountOrderByAggregateInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionCountOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; paymentId: z.ZodOptional>; serviceLineId: z.ZodOptional>; transactionId: z.ZodOptional>; paidAmount: z.ZodOptional>; adjustedAmount: z.ZodOptional>; method: z.ZodOptional>; receivedDate: z.ZodOptional>; payerName: z.ZodOptional>; notes: z.ZodOptional>; createdAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | undefined; paymentId?: "asc" | "desc" | undefined; transactionId?: "asc" | "desc" | undefined; paidAmount?: "asc" | "desc" | undefined; adjustedAmount?: "asc" | "desc" | undefined; method?: "asc" | "desc" | undefined; receivedDate?: "asc" | "desc" | undefined; payerName?: "asc" | "desc" | undefined; serviceLineId?: "asc" | "desc" | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | undefined; paymentId?: "asc" | "desc" | undefined; transactionId?: "asc" | "desc" | undefined; paidAmount?: "asc" | "desc" | undefined; adjustedAmount?: "asc" | "desc" | undefined; method?: "asc" | "desc" | undefined; receivedDate?: "asc" | "desc" | undefined; payerName?: "asc" | "desc" | undefined; serviceLineId?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=ServiceLineTransactionCountOrderByAggregateInput.schema.d.ts.map