import type { BatchItem, UploadData, TusState, SendOptions } from '../types'; declare const finalizeParallelUpload: (item: BatchItem, url: string, tusState: TusState, sendOptions: SendOptions, chunkedRequest: Promise) => Promise; export default finalizeParallelUpload; //# sourceMappingURL=finalizeParallelUpload.d.ts.map