import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const CloudFileChunkOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; fileId: z.ZodOptional>; seq: z.ZodOptional>; data: z.ZodOptional>; createdAt: 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; data?: "asc" | "desc" | undefined; seq?: "asc" | "desc" | undefined; fileId?: "asc" | "desc" | undefined; _count?: Prisma.CloudFileChunkCountOrderByAggregateInput | undefined; _min?: Prisma.CloudFileChunkMinOrderByAggregateInput | undefined; _max?: Prisma.CloudFileChunkMaxOrderByAggregateInput | undefined; _avg?: Prisma.CloudFileChunkAvgOrderByAggregateInput | undefined; _sum?: Prisma.CloudFileChunkSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; data?: "asc" | "desc" | undefined; seq?: "asc" | "desc" | undefined; fileId?: "asc" | "desc" | undefined; _count?: Prisma.CloudFileChunkCountOrderByAggregateInput | undefined; _min?: Prisma.CloudFileChunkMinOrderByAggregateInput | undefined; _max?: Prisma.CloudFileChunkMaxOrderByAggregateInput | undefined; _avg?: Prisma.CloudFileChunkAvgOrderByAggregateInput | undefined; _sum?: Prisma.CloudFileChunkSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=CloudFileChunkOrderByWithAggregationInput.schema.d.ts.map