import { AWAppManager } from 'appworks-js'; import { Observable } from 'rxjs'; export declare class AWAppManagerService { AWAppManager: AWAppManager; constructor(); closeActiveApp(): Observable<{}>; }