import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const PaymentOrderByWithAggregationInputObjectZodSchema: 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>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: 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" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined; updatedAt?: "asc" | "desc" | undefined; updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.PaymentCountOrderByAggregateInput | undefined; _min?: Prisma.PaymentMinOrderByAggregateInput | undefined; _max?: Prisma.PaymentMaxOrderByAggregateInput | undefined; _avg?: Prisma.PaymentAvgOrderByAggregateInput | undefined; _sum?: Prisma.PaymentSumOrderByAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; totalBilled?: "asc" | "desc" | undefined; totalPaid?: "asc" | "desc" | undefined; totalAdjusted?: "asc" | "desc" | undefined; totalDue?: "asc" | "desc" | undefined; icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined; updatedAt?: "asc" | "desc" | undefined; updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.PaymentCountOrderByAggregateInput | undefined; _min?: Prisma.PaymentMinOrderByAggregateInput | undefined; _max?: Prisma.PaymentMaxOrderByAggregateInput | undefined; _avg?: Prisma.PaymentAvgOrderByAggregateInput | undefined; _sum?: Prisma.PaymentSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=PaymentOrderByWithAggregationInput.schema.d.ts.map