export interface IWebFrameworkStrategy { start(): void build(): Promise stop(): void } export interface IWebDeployStrategy { deploy(): Promise }