import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const ClaimOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; appointmentId: z.ZodOptional>; userId: z.ZodOptional>; staffId: z.ZodOptional>; patientName: z.ZodOptional>; memberId: z.ZodOptional>; dateOfBirth: z.ZodOptional>; remarks: z.ZodOptional>; missingTeethStatus: z.ZodOptional>; missingTeeth: z.ZodOptional, z.ZodLazy>]>>; serviceDate: z.ZodOptional>; insuranceProvider: z.ZodOptional>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; status: z.ZodOptional>; claimNumber: z.ZodOptional, z.ZodLazy>]>>; _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; appointmentId?: "asc" | "desc" | undefined; staffId?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; patientName?: "asc" | "desc" | undefined; memberId?: "asc" | "desc" | undefined; dateOfBirth?: "asc" | "desc" | undefined; remarks?: "asc" | "desc" | undefined; missingTeethStatus?: "asc" | "desc" | undefined; missingTeeth?: "asc" | "desc" | Prisma.SortOrderInput | undefined; serviceDate?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | undefined; claimNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.ClaimCountOrderByAggregateInput | undefined; _min?: Prisma.ClaimMinOrderByAggregateInput | undefined; _max?: Prisma.ClaimMaxOrderByAggregateInput | undefined; _avg?: Prisma.ClaimAvgOrderByAggregateInput | undefined; _sum?: Prisma.ClaimSumOrderByAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; appointmentId?: "asc" | "desc" | undefined; staffId?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; patientName?: "asc" | "desc" | undefined; memberId?: "asc" | "desc" | undefined; dateOfBirth?: "asc" | "desc" | undefined; remarks?: "asc" | "desc" | undefined; missingTeethStatus?: "asc" | "desc" | undefined; missingTeeth?: "asc" | "desc" | Prisma.SortOrderInput | undefined; serviceDate?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | undefined; claimNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.ClaimCountOrderByAggregateInput | undefined; _min?: Prisma.ClaimMinOrderByAggregateInput | undefined; _max?: Prisma.ClaimMaxOrderByAggregateInput | undefined; _avg?: Prisma.ClaimAvgOrderByAggregateInput | undefined; _sum?: Prisma.ClaimSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=ClaimOrderByWithAggregationInput.schema.d.ts.map