import { SimpleBootFront } from '@dooboostore/simple-boot-front/SimpleBootFront'; import { ConstructorType } from '@dooboostore/core'; import { SimFrontOption } from '@dooboostore/simple-boot-front/option/SimFrontOption'; export declare abstract class SimpleBootHttpSSRFactory { abstract factory(simFrontOption: SimFrontOption, using: (ConstructorType | Function)[], domExcludes: ConstructorType[]): Promise; create(simFrontOption: SimFrontOption, using?: (ConstructorType | Function)[], domExcludes?: ConstructorType[]): Promise; } //# sourceMappingURL=SimpleBootHttpSSRFactory.d.ts.map