import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CronJobLogUpdateOneSchema: z.ZodType; export declare const CronJobLogUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CronJobLogSelect>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.CronJobLogWhereUniqueInput; data: Prisma.CronJobLogUpdateInput | Prisma.CronJobLogUncheckedUpdateInput; select?: Prisma.CronJobLogSelect | undefined; }, { where: Prisma.CronJobLogWhereUniqueInput; data: Prisma.CronJobLogUpdateInput | Prisma.CronJobLogUncheckedUpdateInput; select?: Prisma.CronJobLogSelect | undefined; }>; //# sourceMappingURL=updateOneCronJobLog.schema.d.ts.map