import { BatchItem, TriggerMethod, Chunk, ChunkedState, OnProgress } from '../types'; export declare const handleChunk: (chunkedState: ChunkedState, item: BatchItem, onProgress: OnProgress, chunkResolve: (value: any) => void, chunk: Chunk, trigger: TriggerMethod) => Promise; declare const sendChunks: (chunkedState: ChunkedState, item: BatchItem, onProgress: OnProgress, resolve: (value: any) => void, trigger: TriggerMethod) => void; export default sendChunks; //# sourceMappingURL=sendChunks.d.ts.map