import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUncheckedUpdateWithoutUserInputObjectSchema: z.ZodType; export declare const CloudFolderUncheckedUpdateWithoutUserInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; name: z.ZodOptional>]>>; parentId: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; updatedAt: z.ZodOptional>]>>; children: z.ZodOptional>>; files: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; children?: Prisma.CloudFolderUncheckedUpdateManyWithoutParentNestedInput | undefined; files?: Prisma.CloudFileUncheckedUpdateManyWithoutFolderNestedInput | undefined; parentId?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; children?: Prisma.CloudFolderUncheckedUpdateManyWithoutParentNestedInput | undefined; files?: Prisma.CloudFileUncheckedUpdateManyWithoutFolderNestedInput | undefined; parentId?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; }>; //# sourceMappingURL=CloudFolderUncheckedUpdateWithoutUserInput.schema.d.ts.map