import { App } from "./App"; import { GuiBrowserGS } from "./GuiCtrlGS"; /** Browser application root. State execution lives behind the StateGS facade. */ export declare abstract class AppBrowser extends App { private _scope?; private _gui?; start(): Promise; get gui(): GuiBrowserGS; }