import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CronJobLogCountSchema: z.ZodType; export declare const CronJobLogCountZodSchema: 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.CronJobLogWhereInput | undefined; select?: true | Prisma.CronJobLogCountAggregateInputType | undefined; orderBy?: Prisma.CronJobLogOrderByWithRelationInput | Prisma.CronJobLogOrderByWithRelationInput[] | undefined; cursor?: Prisma.CronJobLogWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }, { where?: Prisma.CronJobLogWhereInput | undefined; select?: true | Prisma.CronJobLogCountAggregateInputType | undefined; orderBy?: Prisma.CronJobLogOrderByWithRelationInput | Prisma.CronJobLogOrderByWithRelationInput[] | undefined; cursor?: Prisma.CronJobLogWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; }>; //# sourceMappingURL=countCronJobLog.schema.d.ts.map