import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileChunkGroupBySchema: z.ZodType; export declare const CloudFileChunkGroupByZodSchema: 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" | "data" | "seq" | "fileId")[]; where?: Prisma.CloudFileChunkWhereInput | undefined; _count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CloudFileChunkMinAggregateInputType | undefined; _max?: Prisma.CloudFileChunkMaxAggregateInputType | undefined; _avg?: Prisma.CloudFileChunkAvgAggregateInputType | undefined; _sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined; having?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | undefined; }, { by: ("createdAt" | "id" | "data" | "seq" | "fileId")[]; where?: Prisma.CloudFileChunkWhereInput | undefined; _count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CloudFileChunkMinAggregateInputType | undefined; _max?: Prisma.CloudFileChunkMaxAggregateInputType | undefined; _avg?: Prisma.CloudFileChunkAvgAggregateInputType | undefined; _sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined; having?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByCloudFileChunk.schema.d.ts.map