import { Router, Routes } from '@angular/router';
import * as i0 from "@angular/core";
export declare class RouterEntryService {
    private readonly _router;
    constructor(router: Router);
    registerRoutes(routeConfig: Routes, entryPointName?: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<RouterEntryService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RouterEntryService>;
}
