import type { AllGeoJSON } from '@turf/helpers';
export declare function smallestSurroundingRectangleByArea(geoJsonInput: AllGeoJSON): import("geojson").Feature<import("geojson").Polygon, import("geojson").GeoJsonProperties> | null;
export declare function smallestSurroundingRectangleByWidth(geoJsonInput: AllGeoJSON): import("geojson").Feature<import("geojson").Polygon, import("geojson").GeoJsonProperties> | null;
