/// import type * as http from 'http'; import type { Request } from '../types'; /** * Fix proxied body if bodyParser is involved. */ export declare function fixRequestBody(proxyReq: http.ClientRequest, req: Request): void;