import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentMaxOrderByAggregateInputObjectSchema: z.ZodType; export declare const PaymentMaxOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; patientId: z.ZodOptional>; userId: z.ZodOptional>; updatedById: z.ZodOptional>; totalBilled: z.ZodOptional>; totalPaid: z.ZodOptional>; totalAdjusted: z.ZodOptional>; totalDue: z.ZodOptional>; status: z.ZodOptional>; notes: z.ZodOptional>; icn: z.ZodOptional>; createdAt: z.ZodOptional>; updatedAt: 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; notes?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; icn?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; updatedById?: "asc" | "desc" | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; icn?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; updatedById?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=PaymentMaxOrderByAggregateInput.schema.d.ts.map