export default GeocodeUtils;
declare namespace GeocodeUtils {
    function getGeocodedLocationFreeform(geocodedLocation: any): string;
    function getSuggestedLocationFreeform(suggestedLocation: any): string;
}
//# sourceMappingURL=GeocodeUtils.d.ts.map