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