import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkMinOrderByAggregateInputObjectSchema: z.ZodType; export declare const CloudFileChunkMinOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; fileId: z.ZodOptional>; seq: z.ZodOptional>; data: z.ZodOptional>; createdAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; data?: "asc" | "desc" | undefined; seq?: "asc" | "desc" | undefined; fileId?: "asc" | "desc" | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; data?: "asc" | "desc" | undefined; seq?: "asc" | "desc" | undefined; fileId?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=CloudFileChunkMinOrderByAggregateInput.schema.d.ts.map