import type { UploadOptions } from "@triply/tus-js-client"; export declare function wait(ms: number): Promise; export declare function resolveAndCatchNotFound

>(promise: P): Promise

; export declare function setStickySessionCookie(headers: { [name: string]: string; }, apiUrl: string): Promise; export declare function formatUploadProgress(msSinceLastChunk: number, ...[chunkSize, bytesUploaded, bytesTotal]: Parameters any>>): string; //# sourceMappingURL=index.d.ts.map