import type { StyleSpecification } from 'maplibre-gl'; import { type MapProvider } from './types'; export declare const getStyleSpecification: (provider: MapProvider, apiKey?: string, maxZoom?: number) => StyleSpecification;