import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimSumOrderByAggregateInputObjectSchema: z.ZodType; export declare const ClaimSumOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; appointmentId: z.ZodOptional>; userId: z.ZodOptional>; staffId: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; appointmentId?: "asc" | "desc" | undefined; staffId?: "asc" | "desc" | undefined; }, { id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; appointmentId?: "asc" | "desc" | undefined; staffId?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=ClaimSumOrderByAggregateInput.schema.d.ts.map