declare class RoutingUtils { addRoutes: (appRoutingTable: any) => void; } declare const _default: RoutingUtils; export default _default;