import { Position } from 'geojson'; export default function lineStringFeature(coordinates: Position[]): GeoJSON.Feature;