import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineOrderByWithRelationInputObjectSchema: z.ZodType; export declare const ServiceLineOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional, z.ZodLazy>]>>; paymentId: z.ZodOptional, z.ZodLazy>]>>; procedureCode: z.ZodOptional>; procedureDate: z.ZodOptional>; quad: z.ZodOptional, z.ZodLazy>]>>; arch: z.ZodOptional, z.ZodLazy>]>>; toothNumber: z.ZodOptional, z.ZodLazy>]>>; toothSurface: z.ZodOptional, z.ZodLazy>]>>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; claim: z.ZodOptional>>; payment: z.ZodOptional>>; serviceLineTransactions: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claim?: Prisma.ClaimOrderByWithRelationInput | undefined; paymentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; payment?: Prisma.PaymentOrderByWithRelationInput | undefined; procedureDate?: "asc" | "desc" | undefined; quad?: "asc" | "desc" | Prisma.SortOrderInput | undefined; arch?: "asc" | "desc" | Prisma.SortOrderInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; serviceLineTransactions?: Prisma.ServiceLineTransactionOrderByRelationAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claim?: Prisma.ClaimOrderByWithRelationInput | undefined; paymentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; payment?: Prisma.PaymentOrderByWithRelationInput | undefined; procedureDate?: "asc" | "desc" | undefined; quad?: "asc" | "desc" | Prisma.SortOrderInput | undefined; arch?: "asc" | "desc" | Prisma.SortOrderInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; serviceLineTransactions?: Prisma.ServiceLineTransactionOrderByRelationAggregateInput | undefined; }>; //# sourceMappingURL=ServiceLineOrderByWithRelationInput.schema.d.ts.map