import { AllGeoJSON } from "@turf/turf"; import { BBox } from "../types/geojson.js"; /** * Returns the maximum width of the geojson or bbox */ export declare const maxWidth: (geojson: AllGeoJSON | BBox) => number; /** * Returns the minimum width of the bounding box of given feature */ export declare const minWidth: (geojson: AllGeoJSON | BBox) => number;