export function toRadians(d: any): number;
export function getDistance(lat1: any, lng1: any, lat2: any, lng2: any): number;
