/// import http from 'http'; import { Event } from './lambda'; export declare function requestToEvent(req: http.IncomingMessage): Promise;