import { FeatureCollection, Feature, Point, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection } from '@spatial/helpers' /** * http://turfjs.org/docs/#linesegment */ export default function lineSegment( geojson: Feature | FeatureCollection | T | Feature | GeometryCollection ): FeatureCollection;