import { Feature, LineString, Polygon } from '@turf/helpers'; import { GeoJsonProperties } from 'geojson'; export declare function lineIntersect(line: Feature, polygon: Feature, bufferWidth: number): import("geojson").Feature[] | undefined;