import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionOrderByWithRelationInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionOrderByWithRelationInputObjectZodSchema: 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>; payment: z.ZodOptional>>; serviceLine: 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; payment?: Prisma.PaymentOrderByWithRelationInput | undefined; serviceLine?: Prisma.ServiceLineOrderByWithRelationInput | 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; payment?: Prisma.PaymentOrderByWithRelationInput | undefined; serviceLine?: Prisma.ServiceLineOrderByWithRelationInput | undefined; }>; //# sourceMappingURL=ServiceLineTransactionOrderByWithRelationInput.schema.d.ts.map