import { Location } from '../earth/types/LocationTypes'; export declare function au2km(R: number): number; export declare function km2au(km: number): number; export declare function getDistanceInKm(location1: Location, location2: Location): number;