import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimFileUncheckedCreateWithoutClaimInputObjectSchema: z.ZodType; export declare const ClaimFileUncheckedCreateWithoutClaimInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; filename: z.ZodString; mimeType: z.ZodString; }, "strict", z.ZodTypeAny, { filename: string; mimeType: string; id?: number | undefined; }, { filename: string; mimeType: string; id?: number | undefined; }>; //# sourceMappingURL=ClaimFileUncheckedCreateWithoutClaimInput.schema.d.ts.map