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