import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfFileCountSchema: z.ZodType; export declare const PdfFileCountZodSchema: 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.PdfFileWhereInput | undefined; select?: true | Prisma.PdfFileCountAggregateInputType | undefined; orderBy?: Prisma.PdfFileOrderByWithRelationInput | Prisma.PdfFileOrderByWithRelationInput[] | undefined; cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }, { where?: Prisma.PdfFileWhereInput | undefined; select?: true | Prisma.PdfFileCountAggregateInputType | undefined; orderBy?: Prisma.PdfFileOrderByWithRelationInput | Prisma.PdfFileOrderByWithRelationInput[] | undefined; cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }>; //# sourceMappingURL=countPdfFile.schema.d.ts.map