export declare type BatchPresignedUploadUrlRequest = {
    uploadId: string;
    partNumbers: number[];
    contentType: string;
};
