import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFolderAggregateSchema: z.ZodType; export declare const CloudFolderAggregateZodSchema: z.ZodObject<{ orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { where?: Prisma.CloudFolderWhereInput | undefined; _count?: true | Prisma.CloudFolderCountAggregateInputType | undefined; orderBy?: Prisma.CloudFolderOrderByWithRelationInput | Prisma.CloudFolderOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CloudFolderMinAggregateInputType | undefined; _max?: Prisma.CloudFolderMaxAggregateInputType | undefined; _avg?: Prisma.CloudFolderAvgAggregateInputType | undefined; _sum?: Prisma.CloudFolderSumAggregateInputType | undefined; }, { where?: Prisma.CloudFolderWhereInput | undefined; _count?: true | Prisma.CloudFolderCountAggregateInputType | undefined; orderBy?: Prisma.CloudFolderOrderByWithRelationInput | Prisma.CloudFolderOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CloudFolderMinAggregateInputType | undefined; _max?: Prisma.CloudFolderMaxAggregateInputType | undefined; _avg?: Prisma.CloudFolderAvgAggregateInputType | undefined; _sum?: Prisma.CloudFolderSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregateCloudFolder.schema.d.ts.map