class Background { constructor() { this.main(); } async main(): Promise { } } new Background();