import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const CloudFileUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput; where: Prisma.CloudFileWhereUniqueInput; update: Prisma.CloudFileUncheckedUpdateWithoutUserInput | Prisma.CloudFileUpdateWithoutUserInput; }, { create: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput; where: Prisma.CloudFileWhereUniqueInput; update: Prisma.CloudFileUncheckedUpdateWithoutUserInput | Prisma.CloudFileUpdateWithoutUserInput; }>; //# sourceMappingURL=CloudFileUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map