/// import * as express from 'express'; import * as http from 'http'; export declare function server(app: express.Application, options: any): http.Server;