/**
* The character set used in Open Location Code encoding.
* @private
*/
export constOLC_APHABET: string = "23456789CFGHJMPQRVWX0+";
/**
* The character set used in IOTA Area Code encoding.
* @private
*/
export constIAC_APHABET: string = "FGHJKLMNOPQRSTUVXWYZA9";