import { Router } from '@angular/router'; import { StacheWindowRef } from '../shared'; export declare class StacheNavService { private router; private windowRef; constructor(router: Router, windowRef: StacheWindowRef); navigate(route: any): void; isExternal(route: any): boolean; private isCurrentRoute(routePath, currentPath); private navigateInPage(fragment); }