import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const CloudFolderOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; parentId: 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; updatedAt?: "asc" | "desc" | undefined; parentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.CloudFolderCountOrderByAggregateInput | undefined; _min?: Prisma.CloudFolderMinOrderByAggregateInput | undefined; _max?: Prisma.CloudFolderMaxOrderByAggregateInput | undefined; _avg?: Prisma.CloudFolderAvgOrderByAggregateInput | undefined; _sum?: Prisma.CloudFolderSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; name?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; parentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.CloudFolderCountOrderByAggregateInput | undefined; _min?: Prisma.CloudFolderMinOrderByAggregateInput | undefined; _max?: Prisma.CloudFolderMaxOrderByAggregateInput | undefined; _avg?: Prisma.CloudFolderAvgOrderByAggregateInput | undefined; _sum?: Prisma.CloudFolderSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=CloudFolderOrderByWithAggregationInput.schema.d.ts.map