import { Fileable } from "../components"; export declare const AUTO: unique symbol; export declare function calculateChunkHash(chunk: ArrayBuffer): any; export declare function uploadFileChunked({ file, progressPercentageCallback, maxChunkSize, maxParallelChunks, abortControllers, }: { maxChunkSize?: number; maxParallelChunks?: number; file: File; progressPercentageCallback?: (percentage: number) => void; abortControllers?: AbortController[]; }): Promise; //# sourceMappingURL=upload-chunk.d.ts.map