export declare class RoutePlannerFormatter { static toPrettyDistance(meters: number): string; static toPrettyTime(sec_num: number): string; }