import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CronJobLogGroupBySchema: z.ZodType; export declare const CronJobLogGroupByZodSchema: 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: ("status" | "id" | "jobName" | "startedAt" | "completedAt" | "durationMs" | "errorMessage")[]; where?: Prisma.CronJobLogWhereInput | undefined; _count?: true | Prisma.CronJobLogCountAggregateInputType | undefined; orderBy?: Prisma.CronJobLogOrderByWithAggregationInput | Prisma.CronJobLogOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CronJobLogMinAggregateInputType | undefined; _max?: Prisma.CronJobLogMaxAggregateInputType | undefined; _avg?: Prisma.CronJobLogAvgAggregateInputType | undefined; _sum?: Prisma.CronJobLogSumAggregateInputType | undefined; having?: Prisma.CronJobLogScalarWhereWithAggregatesInput | undefined; }, { by: ("status" | "id" | "jobName" | "startedAt" | "completedAt" | "durationMs" | "errorMessage")[]; where?: Prisma.CronJobLogWhereInput | undefined; _count?: true | Prisma.CronJobLogCountAggregateInputType | undefined; orderBy?: Prisma.CronJobLogOrderByWithAggregationInput | Prisma.CronJobLogOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CronJobLogMinAggregateInputType | undefined; _max?: Prisma.CronJobLogMaxAggregateInputType | undefined; _avg?: Prisma.CronJobLogAvgAggregateInputType | undefined; _sum?: Prisma.CronJobLogSumAggregateInputType | undefined; having?: Prisma.CronJobLogScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByCronJobLog.schema.d.ts.map