import { IncomingMessage } from 'node:http'; export declare function parseJSONRequestBody(req: IncomingMessage | Request): Promise;