/// import { LatLng } from '../types'; declare const getLatLng: (result: google.maps.GeocoderResult) => Promise; export default getLatLng;