import { Observable } from 'rxjs'; import { FoundryNavigationOptions } from '../interfaces'; import * as i0 from "@angular/core"; export declare class FoundryRouterService { /** INJECTORS */ private readonly router; private readonly activatedRoute; private readonly location; /** ACTIONS */ navigateTo(path: string | Array, options?: FoundryNavigationOptions): Promise; goBack(): void; reloadCurrentRoute(): Promise; /** GETTERS & SETTERS */ getQueryParams(): Observable>; getPathParams(): Observable>; getCurrentUrl(): string; getNavigationState(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }