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