import { SimpleApplication } from '@dooboostore/simple-boot'; import { HttpServerOption } from './option/HttpServerOption'; import { ConstructorType } from '@dooboostore/core'; import { Server as HttpServer } from 'http'; import { Server as HttpsServer } from 'https'; import { SimConfig } from '@dooboostore/simple-boot'; export declare class SimpleBootHttpServer extends SimpleApplication { option: HttpServerOption; server?: HttpServer | HttpsServer; private sessionManager; private webSocketClients; constructor(option?: HttpServerOption); run(otherInstanceSim?: Map | Function | SimConfig | symbol, any>): this; private startServer; } //# sourceMappingURL=SimpleBootHttpServer.d.ts.map