import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpsertWithoutCloudFoldersInputObjectSchema: z.ZodType; export declare const UserUpsertWithoutCloudFoldersInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutCloudFoldersInput | Prisma.UserUncheckedCreateWithoutCloudFoldersInput; update: Prisma.UserUpdateWithoutCloudFoldersInput | Prisma.UserUncheckedUpdateWithoutCloudFoldersInput; where?: Prisma.UserWhereInput | undefined; }, { create: Prisma.UserCreateWithoutCloudFoldersInput | Prisma.UserUncheckedCreateWithoutCloudFoldersInput; update: Prisma.UserUpdateWithoutCloudFoldersInput | Prisma.UserUncheckedUpdateWithoutCloudFoldersInput; where?: Prisma.UserWhereInput | undefined; }>; //# sourceMappingURL=UserUpsertWithoutCloudFoldersInput.schema.d.ts.map