import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpsertWithWhereUniqueWithoutParentInputObjectSchema: z.ZodType; export declare const CloudFolderUpsertWithWhereUniqueWithoutParentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput; where: Prisma.CloudFolderWhereUniqueInput; update: Prisma.CloudFolderUncheckedUpdateWithoutParentInput | Prisma.CloudFolderUpdateWithoutParentInput; }, { create: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput; where: Prisma.CloudFolderWhereUniqueInput; update: Prisma.CloudFolderUncheckedUpdateWithoutParentInput | Prisma.CloudFolderUpdateWithoutParentInput; }>; //# sourceMappingURL=CloudFolderUpsertWithWhereUniqueWithoutParentInput.schema.d.ts.map