import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const CloudFileOrderByWithAggregationInputObjectZodSchema: 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>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | 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; folderId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.CloudFileCountOrderByAggregateInput | undefined; _min?: Prisma.CloudFileMinOrderByAggregateInput | undefined; _max?: Prisma.CloudFileMaxOrderByAggregateInput | undefined; _avg?: Prisma.CloudFileAvgOrderByAggregateInput | undefined; _sum?: Prisma.CloudFileSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | 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; folderId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.CloudFileCountOrderByAggregateInput | undefined; _min?: Prisma.CloudFileMinOrderByAggregateInput | undefined; _max?: Prisma.CloudFileMaxOrderByAggregateInput | undefined; _avg?: Prisma.CloudFileAvgOrderByAggregateInput | undefined; _sum?: Prisma.CloudFileSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=CloudFileOrderByWithAggregationInput.schema.d.ts.map