import { Routes } from '@angular/router';
export declare const isAlreadyInConfig: (existingRoutes: Routes, routeConfig: Routes) => boolean;
