import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkOrderByWithRelationInputObjectSchema: z.ZodType; export declare const CloudFileChunkOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; fileId: z.ZodOptional>; seq: z.ZodOptional>; data: z.ZodOptional>; createdAt: z.ZodOptional>; file: 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; file?: Prisma.CloudFileOrderByWithRelationInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; data?: "asc" | "desc" | undefined; seq?: "asc" | "desc" | undefined; fileId?: "asc" | "desc" | undefined; file?: Prisma.CloudFileOrderByWithRelationInput | undefined; }>; //# sourceMappingURL=CloudFileChunkOrderByWithRelationInput.schema.d.ts.map