import { Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, Feature, FeatureCollection, AllGeoJSON, } from "@turf/helpers"; /** * http://turfjs.org/docs/#flatten */ declare function flatten( geojson: Feature | FeatureCollection | T ): FeatureCollection; declare function flatten( geojson: Feature | FeatureCollection | T ): FeatureCollection; declare function flatten( geojson: Feature | FeatureCollection | T ): FeatureCollection; declare function flatten(geojson: AllGeoJSON): FeatureCollection; export default flatten;