import { Readable } from "node:stream"; export declare function readableChunks(readable: Readable, encoding?: BufferEncoding): AsyncGenerator;