import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileOrderByWithRelationInputObjectSchema: z.ZodType; export declare const CloudFileOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; mimeType: z.ZodOptional, z.ZodLazy>]>>; fileSize: z.ZodOptional>; folderId: z.ZodOptional, z.ZodLazy>]>>; isComplete: z.ZodOptional>; totalChunks: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; user: z.ZodOptional>>; folder: z.ZodOptional>>; chunks: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; name?: "asc" | "desc" | undefined; mimeType?: "asc" | "desc" | Prisma.SortOrderInput | undefined; updatedAt?: "asc" | "desc" | undefined; fileSize?: "asc" | "desc" | undefined; isComplete?: "asc" | "desc" | undefined; totalChunks?: "asc" | "desc" | Prisma.SortOrderInput | undefined; chunks?: Prisma.CloudFileChunkOrderByRelationAggregateInput | undefined; folderId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; folder?: Prisma.CloudFolderOrderByWithRelationInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; name?: "asc" | "desc" | undefined; mimeType?: "asc" | "desc" | Prisma.SortOrderInput | undefined; updatedAt?: "asc" | "desc" | undefined; fileSize?: "asc" | "desc" | undefined; isComplete?: "asc" | "desc" | undefined; totalChunks?: "asc" | "desc" | Prisma.SortOrderInput | undefined; chunks?: Prisma.CloudFileChunkOrderByRelationAggregateInput | undefined; folderId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; folder?: Prisma.CloudFolderOrderByWithRelationInput | undefined; }>; //# sourceMappingURL=CloudFileOrderByWithRelationInput.schema.d.ts.map