import { LngLat } from 'maplibre-gl'; declare function getAntipode(lngLat: LngLat): { lat: number; lng: number; }; export { getAntipode };