import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimFileOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const ClaimFileOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; claimId: z.ZodOptional>; filename: z.ZodOptional>; mimeType: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; filename?: "asc" | "desc" | undefined; mimeType?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; _count?: Prisma.ClaimFileCountOrderByAggregateInput | undefined; _min?: Prisma.ClaimFileMinOrderByAggregateInput | undefined; _max?: Prisma.ClaimFileMaxOrderByAggregateInput | undefined; _avg?: Prisma.ClaimFileAvgOrderByAggregateInput | undefined; _sum?: Prisma.ClaimFileSumOrderByAggregateInput | undefined; }, { id?: "asc" | "desc" | undefined; filename?: "asc" | "desc" | undefined; mimeType?: "asc" | "desc" | undefined; claimId?: "asc" | "desc" | undefined; _count?: Prisma.ClaimFileCountOrderByAggregateInput | undefined; _min?: Prisma.ClaimFileMinOrderByAggregateInput | undefined; _max?: Prisma.ClaimFileMaxOrderByAggregateInput | undefined; _avg?: Prisma.ClaimFileAvgOrderByAggregateInput | undefined; _sum?: Prisma.ClaimFileSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=ClaimFileOrderByWithAggregationInput.schema.d.ts.map