/// import { H21MapRouteDirective } from '../../directives/h21-map-route.directive'; import { MapboxRouteService } from './mapbox-route'; import { Observable } from 'rxjs'; export declare class MapboxRouteCarService { route: MapboxRouteService; initRoute(route: MapboxRouteService): void; getPath(route: H21MapRouteDirective): Observable<{}>; getSegment(result: any, route: H21MapRouteDirective): L.LatLng[]; }