import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpsertWithoutChildrenInputObjectSchema: z.ZodType; export declare const CloudFolderUpsertWithoutChildrenInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput; update: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput; where?: Prisma.CloudFolderWhereInput | undefined; }, { create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput; update: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput; where?: Prisma.CloudFolderWhereInput | undefined; }>; //# sourceMappingURL=CloudFolderUpsertWithoutChildrenInput.schema.d.ts.map