declare const convertDistance: (meters: number, targetUnit?: string) => number;
export default convertDistance;
