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