import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUncheckedUpdateWithoutChunksInputObjectSchema: z.ZodType; export declare const CloudFileUncheckedUpdateWithoutChunksInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; userId: z.ZodOptional>]>>; name: z.ZodOptional>]>>; mimeType: z.ZodNullable>]>>>; fileSize: z.ZodOptional>]>>; folderId: z.ZodNullable>]>>>; isComplete: z.ZodOptional>]>>; totalChunks: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; updatedAt: z.ZodOptional>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; userId?: number | Prisma.IntFieldUpdateOperationsInput | 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; folderId?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; userId?: number | Prisma.IntFieldUpdateOperationsInput | 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; folderId?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined; }>; //# sourceMappingURL=CloudFileUncheckedUpdateWithoutChunksInput.schema.d.ts.map