import type { Polygon } from 'geojson'; import type { MercatorBoundingBox } from '../../types.ts'; /** * Converts a bounding box to a GeoJSON Polygon geometry. * @param box - The bounding box to convert * @returns A GeoJSON Polygon representing the bounding box */ export declare const boundingBoxToPolygon: (box: MercatorBoundingBox) => Polygon; //# sourceMappingURL=polygon.d.ts.map