import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogUncheckedCreateInputObjectSchema: z.ZodType; export declare const CronJobLogUncheckedCreateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; jobName: z.ZodString; status: z.ZodString; startedAt: z.ZodDate; completedAt: z.ZodNullable>; durationMs: z.ZodNullable>; errorMessage: z.ZodNullable>; }, "strict", z.ZodTypeAny, { status: string; jobName: string; startedAt: Date; id?: number | undefined; completedAt?: Date | null | undefined; durationMs?: number | null | undefined; errorMessage?: string | null | undefined; }, { status: string; jobName: string; startedAt: Date; id?: number | undefined; completedAt?: Date | null | undefined; durationMs?: number | null | undefined; errorMessage?: string | null | undefined; }>; //# sourceMappingURL=CronJobLogUncheckedCreateInput.schema.d.ts.map