/// import { Express } from "express"; import net from "net"; import { IConfig } from "../../cli/interfaces"; export declare class HttpxServer { private static instance; private static server; private constructor(); private createNetServer; static getServer(app: Express, config: IConfig): net.Server; }