import { Router } from '@angular/router';
import { ActiveModulePath } from '../active-module-path/active-module-path.service';
import * as i0 from "@angular/core";
export declare class SyncRouteModule {
    private activeModulePath;
    constructor(activeModulePath: ActiveModulePath);
    sync(router: Router, module: string): void;
    private details;
    private dispatchEvent;
    private navigate;
    private updateRoute;
    static ɵfac: i0.ɵɵFactoryDeclaration<SyncRouteModule, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SyncRouteModule>;
}
