import { PartPresignedUrl } from './PartPresignedUrl';
export declare type BatchPresignedUploadUrlResponse = {
    partPresignedUrls: PartPresignedUrl[];
};
