import { BehaviorSubject } from 'rxjs'; import { AlphaHotKey } from '../directives/hot-keys.directive'; import * as i0 from "@angular/core"; export declare class ApplicationHelpService { activeKey$: BehaviorSubject; zIndex$: BehaviorSubject; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }