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