import type { Map } from 'maplibre-gl'; import type { IMapboxInstance } from '../types'; import BaseMapWrapper from '../utils/BaseMapWrapper'; import MaplibreService from './map'; declare class MapboxWrapper extends BaseMapWrapper { protected getServiceConstructor(): typeof MaplibreService; } export default MapboxWrapper; export { MapboxWrapper as MapLibre };