import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpdateWithoutParentInputObjectSchema: z.ZodType; export declare const CloudFolderUpdateWithoutParentInputObjectZodSchema: z.ZodObject<{ name: z.ZodOptional>]>>; createdAt: z.ZodOptional>]>>; updatedAt: z.ZodOptional>]>>; children: z.ZodOptional>>; user: z.ZodOptional>>; files: 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; files?: Prisma.CloudFileUpdateManyWithoutFolderNestedInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; user?: Prisma.UserUpdateOneRequiredWithoutCloudFoldersNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; children?: Prisma.CloudFolderUpdateManyWithoutParentNestedInput | undefined; files?: Prisma.CloudFileUpdateManyWithoutFolderNestedInput | undefined; }>; //# sourceMappingURL=CloudFolderUpdateWithoutParentInput.schema.d.ts.map