export declare const getLocation: (possibleName: string) => string; export declare const getCountryCode: (possibleName: string) => string; export declare const getRegionCode: (possibleName: string) => string; export declare const getMyPublicIpAddress: () => Promise;