declare function _exports({ request }: { request?: http.IncomingMessage & { [x: string]: any; }; }): { [x: string]: any; }; export = _exports; import http = require("http");