/// <reference types="node" />
export declare function getDataReadableStream(data: ReadableStream): AsyncGenerator<Buffer>;
