import { Application } from 'express'; import { ListenOptions } from 'net'; import http from 'http'; export declare const listenPromise: (serverLike: http.Server | Application, listenOptions?: ListenOptions) => Promise; export declare const serverClosePromise: (server: http.Server) => Promise; //# sourceMappingURL=http.d.ts.map