import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUpdateWithoutFolderInputObjectSchema: z.ZodType; export declare const CloudFileUpdateWithoutFolderInputObjectZodSchema: z.ZodObject<{ name: z.ZodOptional>]>>; mimeType: z.ZodNullable>]>>>; fileSize: z.ZodOptional>]>>; isComplete: z.ZodOptional>]>>; totalChunks: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; updatedAt: z.ZodOptional>]>>; user: z.ZodOptional>>; chunks: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; user?: Prisma.UserUpdateOneRequiredWithoutCloudFilesNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; mimeType?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; fileSize?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined; isComplete?: boolean | Prisma.BoolFieldUpdateOperationsInput | undefined; totalChunks?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; chunks?: Prisma.CloudFileChunkUpdateManyWithoutFileNestedInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; user?: Prisma.UserUpdateOneRequiredWithoutCloudFilesNestedInput | undefined; name?: string | Prisma.StringFieldUpdateOperationsInput | undefined; mimeType?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; fileSize?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined; isComplete?: boolean | Prisma.BoolFieldUpdateOperationsInput | undefined; totalChunks?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; chunks?: Prisma.CloudFileChunkUpdateManyWithoutFileNestedInput | undefined; }>; //# sourceMappingURL=CloudFileUpdateWithoutFolderInput.schema.d.ts.map