import { Http2Stream } from 'http2';
/** Parses request body as `UTF8` string. */
export declare const text: (stream: Http2Stream) => Promise<string>;
