import { Routes, Route } from '@angular/router'; /** * Provides helper methods to create routes. */ export declare class SCShellRouter { /** * Creates routes using the shell component and authentication. * @param routes The routes to add. * @return The new route using shell as the base. */ static childRoutes(routes: Routes): Route; }