/// type Point = GeoJSON.Feature; /** * http://turfjs.org/docs/#distance */ declare function distance(from: Point, to: Point, units?: string): number; declare namespace distance { } export = distance;