import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const CronJobLogOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; jobName: z.ZodOptional>; status: z.ZodOptional>; startedAt: z.ZodOptional>; completedAt: z.ZodOptional, z.ZodLazy>]>>; durationMs: z.ZodOptional, z.ZodLazy>]>>; errorMessage: z.ZodOptional, z.ZodLazy>]>>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; _count?: Prisma.CronJobLogCountOrderByAggregateInput | undefined; _min?: Prisma.CronJobLogMinOrderByAggregateInput | undefined; _max?: Prisma.CronJobLogMaxOrderByAggregateInput | undefined; _avg?: Prisma.CronJobLogAvgOrderByAggregateInput | undefined; _sum?: Prisma.CronJobLogSumOrderByAggregateInput | undefined; jobName?: "asc" | "desc" | undefined; startedAt?: "asc" | "desc" | undefined; completedAt?: "asc" | "desc" | Prisma.SortOrderInput | undefined; durationMs?: "asc" | "desc" | Prisma.SortOrderInput | undefined; errorMessage?: "asc" | "desc" | Prisma.SortOrderInput | undefined; }, { status?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; _count?: Prisma.CronJobLogCountOrderByAggregateInput | undefined; _min?: Prisma.CronJobLogMinOrderByAggregateInput | undefined; _max?: Prisma.CronJobLogMaxOrderByAggregateInput | undefined; _avg?: Prisma.CronJobLogAvgOrderByAggregateInput | undefined; _sum?: Prisma.CronJobLogSumOrderByAggregateInput | undefined; jobName?: "asc" | "desc" | undefined; startedAt?: "asc" | "desc" | undefined; completedAt?: "asc" | "desc" | Prisma.SortOrderInput | undefined; durationMs?: "asc" | "desc" | Prisma.SortOrderInput | undefined; errorMessage?: "asc" | "desc" | Prisma.SortOrderInput | undefined; }>; //# sourceMappingURL=CronJobLogOrderByWithAggregationInput.schema.d.ts.map