import { SimpleBootHttpServer } from '@dooboostore/simple-boot-http-server/SimpleBootHttpServer'; import { HttpSSRServerOption } from './option/HttpSSRServerOption'; import { ConstructorType } from '@dooboostore/core'; import { SimConfig } from "@dooboostore/simple-boot/decorators/SimDecorator"; export declare class SimpleBootHttpSSRServer extends SimpleBootHttpServer { constructor(option?: HttpSSRServerOption); run(otherInstanceSim?: Map | Function | SimConfig | symbol, any>): this; stop(): void; } //# sourceMappingURL=SimpleBootHttpSSRServer.d.ts.map