import { H21MapRouteDirective } from '../../directives/h21-map-route.directive'; import { MapboxRouteService } from './mapbox-route'; export declare class MapboxRouteWalkService { route: MapboxRouteService; initRoute(route: MapboxRouteService): void; getPath(route: H21MapRouteDirective): any[]; createSymbol(route: H21MapRouteDirective): any; getSegment(route: H21MapRouteDirective): any[]; }