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