import { Router } from '@angular/router'; import { Location } from '@angular/common'; import { Actions } from '@ngrx/effects'; import * as i0 from "@angular/core"; export declare class RouterEffects { private actions$; private router; private location; /** * Constructor * * *param {Actions} actions$ * *param {Router} router * *param {Location} location */ constructor(actions$: Actions, router: Router, location: Location); /** * Navigate */ navigate$: import("rxjs").Observable<{ path: any[]; query?: object | undefined; extras?: import("@angular/router").NavigationExtras | undefined; }>; /** * Navigate back * *type {Observable} */ navigateBack$: import("rxjs").Observable; /** * Navigate forward * *type {Observable} */ navigateForward$: import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }