import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpdateOneWithoutFilesNestedInputObjectSchema: z.ZodType; export declare const CloudFolderUpdateOneWithoutFilesNestedInputObjectZodSchema: 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.CloudFolderCreateWithoutFilesInput | Prisma.CloudFolderUncheckedCreateWithoutFilesInput | undefined; connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutFilesInput | undefined; connect?: Prisma.CloudFolderWhereUniqueInput | undefined; update?: Prisma.CloudFolderUpdateWithoutFilesInput | Prisma.CloudFolderUncheckedUpdateWithoutFilesInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutFilesInput | undefined; upsert?: Prisma.CloudFolderUpsertWithoutFilesInput | undefined; disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined; delete?: boolean | Prisma.CloudFolderWhereInput | undefined; }, { create?: Prisma.CloudFolderCreateWithoutFilesInput | Prisma.CloudFolderUncheckedCreateWithoutFilesInput | undefined; connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutFilesInput | undefined; connect?: Prisma.CloudFolderWhereUniqueInput | undefined; update?: Prisma.CloudFolderUpdateWithoutFilesInput | Prisma.CloudFolderUncheckedUpdateWithoutFilesInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutFilesInput | undefined; upsert?: Prisma.CloudFolderUpsertWithoutFilesInput | undefined; disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined; delete?: boolean | Prisma.CloudFolderWhereInput | undefined; }>; //# sourceMappingURL=CloudFolderUpdateOneWithoutFilesNestedInput.schema.d.ts.map