import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpdateOneWithoutChildrenNestedInputObjectSchema: z.ZodType; export declare const CloudFolderUpdateOneWithoutChildrenNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; disconnect: z.ZodOptional>]>>; delete: z.ZodOptional>]>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput | undefined; connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutChildrenInput | undefined; connect?: Prisma.CloudFolderWhereUniqueInput | undefined; update?: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutChildrenInput | undefined; upsert?: Prisma.CloudFolderUpsertWithoutChildrenInput | undefined; disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined; delete?: boolean | Prisma.CloudFolderWhereInput | undefined; }, { create?: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput | undefined; connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutChildrenInput | undefined; connect?: Prisma.CloudFolderWhereUniqueInput | undefined; update?: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutChildrenInput | undefined; upsert?: Prisma.CloudFolderUpsertWithoutChildrenInput | undefined; disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined; delete?: boolean | Prisma.CloudFolderWhereInput | undefined; }>; //# sourceMappingURL=CloudFolderUpdateOneWithoutChildrenNestedInput.schema.d.ts.map