import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpdateWithoutFilesInputObjectSchema: z.ZodType; export declare const CloudFolderUpdateWithoutFilesInputObjectZodSchema: z.ZodObject<{ name: z.ZodOptional>]>>; createdAt: z.ZodOptional>]>>; updatedAt: z.ZodOptional>]>>; parent: z.ZodOptional>>; children: z.ZodOptional>>; user: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; user?: Prisma.UserUpdateOneRequiredWithoutCloudFoldersNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; children?: Prisma.CloudFolderUpdateManyWithoutParentNestedInput | undefined; parent?: Prisma.CloudFolderUpdateOneWithoutChildrenNestedInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; user?: Prisma.UserUpdateOneRequiredWithoutCloudFoldersNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; children?: Prisma.CloudFolderUpdateManyWithoutParentNestedInput | undefined; parent?: Prisma.CloudFolderUpdateOneWithoutChildrenNestedInput | undefined; }>; //# sourceMappingURL=CloudFolderUpdateWithoutFilesInput.schema.d.ts.map