import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkUpsertWithWhereUniqueWithoutFileInputObjectSchema: z.ZodType; export declare const CloudFileChunkUpsertWithWhereUniqueWithoutFileInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput; where: Prisma.CloudFileChunkWhereUniqueInput; update: Prisma.CloudFileChunkUpdateWithoutFileInput | Prisma.CloudFileChunkUncheckedUpdateWithoutFileInput; }, { create: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput; where: Prisma.CloudFileChunkWhereUniqueInput; update: Prisma.CloudFileChunkUpdateWithoutFileInput | Prisma.CloudFileChunkUncheckedUpdateWithoutFileInput; }>; //# sourceMappingURL=CloudFileChunkUpsertWithWhereUniqueWithoutFileInput.schema.d.ts.map