import { Feature, LineString, Polygon } from "geojson"; export declare function selfIntersects(feature: Feature | Feature): boolean;