/// type Feature = GeoJSON.Feature; type Features = GeoJSON.FeatureCollection; type Point = GeoJSON.Feature; /** * http://turfjs.org/docs/#center */ declare function center(features: Feature | Features): Point; declare namespace center { } export = center;