import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimFileMinAggregateInputObjectSchema: z.ZodType; export declare const ClaimFileMinAggregateInputObjectZodSchema: 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=ClaimFileMinAggregateInput.schema.d.ts.map