import { HttpBody } from "../http"; export declare class BufferedBody implements HttpBody { private readonly it; constructor(it: AsyncIterable); [Symbol.asyncIterator](): AsyncGenerator; asString(encoding?: string): Promise; }