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