import type { ChunkedSendOptions, MandatoryChunkedOptions, Chunk, ChunkedState } from '../types'; declare const getChunkedState: (chunks: Chunk[], url: string, sendOptions: ChunkedSendOptions, chunkedOptions: MandatoryChunkedOptions) => ChunkedState; export default getChunkedState; //# sourceMappingURL=getChunkedState.d.ts.map