import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileChunkUpdateOneSchema: z.ZodType; export declare const CloudFileChunkUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.CloudFileChunkWhereUniqueInput; data: Prisma.CloudFileChunkUpdateInput | Prisma.CloudFileChunkUncheckedUpdateInput; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; }, { where: Prisma.CloudFileChunkWhereUniqueInput; data: Prisma.CloudFileChunkUpdateInput | Prisma.CloudFileChunkUncheckedUpdateInput; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; }>; //# sourceMappingURL=updateOneCloudFileChunk.schema.d.ts.map