import { Router } from "@angular/router"; export declare class PreviousRouteService { private _router; previousUrl: string; currentUrl: string; private _history; private _routeKey; constructor(_router: Router); getHistory(): string[]; }