import { H21MapRouteDirective } from '../../directives/h21-map-route.directive'; import { MapboxRouteService } from './mapbox-route'; export declare class MapboxRouteFlyService { route: MapboxRouteService; geodesic: any; geodesicIsInit: boolean; initRoute(route: MapboxRouteService): void; getPath(route: H21MapRouteDirective): any; getSegment(route: H21MapRouteDirective): any; }