import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUpsertWithoutChunksInputObjectSchema: z.ZodType; export declare const CloudFileUpsertWithoutChunksInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput; update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput; where?: Prisma.CloudFileWhereInput | undefined; }, { create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput; update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput; where?: Prisma.CloudFileWhereInput | undefined; }>; //# sourceMappingURL=CloudFileUpsertWithoutChunksInput.schema.d.ts.map