import { Position, Properties, Id, BBox, FeatureCollection, Geometry, Point, Feature } from '@turf/helpers'; export declare const makePoint: any; export declare const makeLineString: any; export declare function makeLatLngBounds(northEastCoordinates: Position, southWestCoordinates: Position): FeatureCollection; export declare const makeFeature: any; export declare function makeFeatureCollection(features?: Array>, options?: { bbox?: BBox; id?: Id; }): any; export declare function addToFeatureCollection(newFeatureCollection: FeatureCollection, newFeature: Feature): FeatureCollection; export declare const calculateDistance: any; export declare const pointAlongLine: any; //# sourceMappingURL=geoUtils.d.ts.map