import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class RouterPathService {
    private _router;
    private static _previousRoute;
    constructor(_router: Router);
    getPreviousRoute(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<RouterPathService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RouterPathService>;
}
