import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogMaxAggregateInputObjectSchema: z.ZodType; export declare const CronJobLogMaxAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; jobName: z.ZodOptional>; status: z.ZodOptional>; startedAt: z.ZodOptional>; completedAt: z.ZodOptional>; durationMs: z.ZodOptional>; errorMessage: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: true | undefined; id?: true | undefined; jobName?: true | undefined; startedAt?: true | undefined; completedAt?: true | undefined; durationMs?: true | undefined; errorMessage?: true | undefined; }, { status?: true | undefined; id?: true | undefined; jobName?: true | undefined; startedAt?: true | undefined; completedAt?: true | undefined; durationMs?: true | undefined; errorMessage?: true | undefined; }>; //# sourceMappingURL=CronJobLogMaxAggregateInput.schema.d.ts.map