import { RawDataPart } from "../Upload"; export declare function getChunkStream(data: T, partSize: number, getNextData: (data: T) => AsyncGenerator): AsyncGenerator;