import type { UploadPartIndex } from "./UploadPartIndex"; /** * Upload part list. */ export declare type UploadPartList = { /** * Indexes of the parts that still need uploading. */ remainingUploadParts: Array; };