/** * @private */ declare const toMercatorExtent: (bounds: maplibregl.LngLatBounds) => import("ol/extent").Extent; export default toMercatorExtent;