import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileGroupBySchema: z.ZodType; export declare const CloudFileGroupByZodSchema: z.ZodObject<{ where: z.ZodOptional>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { by: ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[]; where?: Prisma.CloudFileWhereInput | undefined; _count?: true | Prisma.CloudFileCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileOrderByWithAggregationInput | Prisma.CloudFileOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CloudFileMinAggregateInputType | undefined; _max?: Prisma.CloudFileMaxAggregateInputType | undefined; _avg?: Prisma.CloudFileAvgAggregateInputType | undefined; _sum?: Prisma.CloudFileSumAggregateInputType | undefined; having?: Prisma.CloudFileScalarWhereWithAggregatesInput | undefined; }, { by: ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[]; where?: Prisma.CloudFileWhereInput | undefined; _count?: true | Prisma.CloudFileCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileOrderByWithAggregationInput | Prisma.CloudFileOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CloudFileMinAggregateInputType | undefined; _max?: Prisma.CloudFileMaxAggregateInputType | undefined; _avg?: Prisma.CloudFileAvgAggregateInputType | undefined; _sum?: Prisma.CloudFileSumAggregateInputType | undefined; having?: Prisma.CloudFileScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByCloudFile.schema.d.ts.map