import type { LngLat } from "../../../common/types/index";
import type { RawRoute } from '../interface';
export declare function mapPoints(points: LngLat[]): LngLat[];
export declare function mapRoute(raw: RawRoute): RawRoute;
