/// import { Express } from "express"; import { Server } from "http"; export declare class HttpServer { private static instance; private static server; private constructor(); static getServer(app: Express): Server; }