import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfGroupGroupBySchema: z.ZodType; export declare const PdfGroupGroupByZodSchema: 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" | "title" | "titleKey" | "patientId")[]; where?: Prisma.PdfGroupWhereInput | undefined; _count?: true | Prisma.PdfGroupCountAggregateInputType | undefined; orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PdfGroupMinAggregateInputType | undefined; _max?: Prisma.PdfGroupMaxAggregateInputType | undefined; _avg?: Prisma.PdfGroupAvgAggregateInputType | undefined; _sum?: Prisma.PdfGroupSumAggregateInputType | undefined; having?: Prisma.PdfGroupScalarWhereWithAggregatesInput | undefined; }, { by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[]; where?: Prisma.PdfGroupWhereInput | undefined; _count?: true | Prisma.PdfGroupCountAggregateInputType | undefined; orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PdfGroupMinAggregateInputType | undefined; _max?: Prisma.PdfGroupMaxAggregateInputType | undefined; _avg?: Prisma.PdfGroupAvgAggregateInputType | undefined; _sum?: Prisma.PdfGroupSumAggregateInputType | undefined; having?: Prisma.PdfGroupScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByPdfGroup.schema.d.ts.map