import { BytescaleApiClientConfig, UploadPart } from "../public/shared"; import { AddCancellationHandler } from "./model/AddCancellationHandler"; export declare class UploadManagerFetchUtils { static doPutUploadPart(config: BytescaleApiClientConfig, part: UploadPart, content: BodyInit, contentLength: number, addCancellationHandler: AddCancellationHandler): Promise<{ etag: string | undefined; status: number; }>; }