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