import { Store } from '@ngrx/store'; import * as fromEPNavigation from '../reducers/ep-nav.reducer'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class EPNavigationService { private store; selectedEPTab: Observable; constructor(store: Store); dispatchSetActiveEPTab(payload: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }