/** * Converts an array of OpenLayers features into a GeoJSON object. * * @param {Array} features - An array of OpenLayers features to be converted. * @returns {Object} - A GeoJSON object representing the provided features. */ export default function parseFeature(features: Array): any; //# sourceMappingURL=parse-feature.d.ts.map