import { type OnDestroy } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class RouterCapture implements OnDestroy { private readonly router; private readonly subscription; private previousRoute; private isFirstNavigation; private pending; constructor(router: Router); ngOnDestroy(): void; private handleEvent; private methodForEnd; private emitRouteChange; private emitNavigationError; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=RouterCapture.d.ts.map