import * as z from 'zod'; export declare const CronJobLogFindFirstResultSchema: z.ZodNullable; durationMs: z.ZodOptional; errorMessage: z.ZodOptional; }, "strip", z.ZodTypeAny, { status: string; id: number; jobName: string; startedAt: Date; completedAt?: Date | undefined; durationMs?: number | undefined; errorMessage?: string | undefined; }, { status: string; id: number; jobName: string; startedAt: Date; completedAt?: Date | undefined; durationMs?: number | undefined; errorMessage?: string | undefined; }>>; //# sourceMappingURL=CronJobLogFindFirstResult.schema.d.ts.map