import type { IncomingMessage } from 'node:http'; export declare function readRequestBody(request: IncomingMessage): Promise;