export declare const getLocationByAddress: (address: string) => Promise; export default getLocationByAddress;