import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentOrderByWithRelationInputObjectSchema: z.ZodType; export declare const PaymentOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional, z.ZodLazy>]>>; patientId: z.ZodOptional>; userId: z.ZodOptional>; updatedById: z.ZodOptional, z.ZodLazy>]>>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; notes: z.ZodOptional, z.ZodLazy>]>>; icn: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; claim: z.ZodOptional>>; patient: z.ZodOptional>>; updatedBy: z.ZodOptional>>; serviceLineTransactions: z.ZodOptional>>; serviceLines: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claim?: Prisma.ClaimOrderByWithRelationInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; serviceLineTransactions?: Prisma.ServiceLineTransactionOrderByRelationAggregateInput | undefined; icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined; updatedAt?: "asc" | "desc" | undefined; updatedBy?: Prisma.UserOrderByWithRelationInput | undefined; serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined; updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claim?: Prisma.ClaimOrderByWithRelationInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; serviceLineTransactions?: Prisma.ServiceLineTransactionOrderByRelationAggregateInput | undefined; icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined; updatedAt?: "asc" | "desc" | undefined; updatedBy?: Prisma.UserOrderByWithRelationInput | undefined; serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined; updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined; }>; //# sourceMappingURL=PaymentOrderByWithRelationInput.schema.d.ts.map