import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CronJobLogSelectObjectSchema: z.ZodType; export declare const CronJobLogSelectObjectZodSchema: 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?: boolean | undefined; id?: boolean | undefined; jobName?: boolean | undefined; startedAt?: boolean | undefined; completedAt?: boolean | undefined; durationMs?: boolean | undefined; errorMessage?: boolean | undefined; }, { status?: boolean | undefined; id?: boolean | undefined; jobName?: boolean | undefined; startedAt?: boolean | undefined; completedAt?: boolean | undefined; durationMs?: boolean | undefined; errorMessage?: boolean | undefined; }>; //# sourceMappingURL=CronJobLogSelect.schema.d.ts.map