import type { LngLatLike, LngLat } from 'mapbox-gl'; export declare const toLngLat: (position: LngLatLike) => LngLat | null;