export declare enum FiatCoin { USD = "USD", CNY = "CNY", JPY = "JPY", HKD = "HKD", INR = "INR", KRW = "KRW" } //# sourceMappingURL=FiatCoin.d.ts.map