import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfGroupCountSchema: z.ZodType; export declare const PdfGroupCountZodSchema: z.ZodObject<{ orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; select: z.ZodOptional, z.ZodType]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.PdfGroupWhereInput | undefined; select?: true | Prisma.PdfGroupCountAggregateInputType | undefined; orderBy?: Prisma.PdfGroupOrderByWithRelationInput | Prisma.PdfGroupOrderByWithRelationInput[] | undefined; cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }, { where?: Prisma.PdfGroupWhereInput | undefined; select?: true | Prisma.PdfGroupCountAggregateInputType | undefined; orderBy?: Prisma.PdfGroupOrderByWithRelationInput | Prisma.PdfGroupOrderByWithRelationInput[] | undefined; cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }>; //# sourceMappingURL=countPdfGroup.schema.d.ts.map