import { InjectionToken } from '@angular/core'; import { RouteSortOption, TransportMode } from './route-search.model'; export declare const TRANSPORT_MODES: InjectionToken; export declare const ROUTE_SORT_OPTIONS: InjectionToken;