import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimFileSumOrderByAggregateInputObjectSchema: z.ZodType; export declare const ClaimFileSumOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; }, { id?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=ClaimFileSumOrderByAggregateInput.schema.d.ts.map