export var SupportedCountry;
(function (SupportedCountry) {
SupportedCountry["AR"] = "AR";
SupportedCountry["BR"] = "BR";
SupportedCountry["CL"] = "CL";
SupportedCountry["PE"] = "PE";
SupportedCountry["CO"] = "CO";
})(SupportedCountry || (SupportedCountry = {}));