import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; /** * @author Iqbal Maulana */ export declare class Effects { protected actions$: Actions; constructor(actions$: Actions); protected handleNavigation(segment: string, callback: (state: any) => Observable): Observable; private buildCurrentUri; private collectParams; }