import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfFileGroupBySchema: z.ZodType; export declare const PdfFileGroupByZodSchema: 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: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[]; where?: Prisma.PdfFileWhereInput | undefined; _count?: true | Prisma.PdfFileCountAggregateInputType | undefined; orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PdfFileMinAggregateInputType | undefined; _max?: Prisma.PdfFileMaxAggregateInputType | undefined; _avg?: Prisma.PdfFileAvgAggregateInputType | undefined; _sum?: Prisma.PdfFileSumAggregateInputType | undefined; having?: Prisma.PdfFileScalarWhereWithAggregatesInput | undefined; }, { by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[]; where?: Prisma.PdfFileWhereInput | undefined; _count?: true | Prisma.PdfFileCountAggregateInputType | undefined; orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PdfFileMinAggregateInputType | undefined; _max?: Prisma.PdfFileMaxAggregateInputType | undefined; _avg?: Prisma.PdfFileAvgAggregateInputType | undefined; _sum?: Prisma.PdfFileSumAggregateInputType | undefined; having?: Prisma.PdfFileScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByPdfFile.schema.d.ts.map