/// import { LatLng } from '../types'; declare const geocodeByLatLng: (latLng: LatLng) => Promise; export default geocodeByLatLng;