export default sweeplineIntersections;
declare function sweeplineIntersections(geojson: any, ignoreSelfIntersections: any): any[][];
