/// import { IncomingMessage } from "http"; /** * Converts post body to an object * @param req Plain Request object */ export declare function PostBody(req: IncomingMessage): Promise;