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