export declare enum EGlobalSettingsExchange {
    BINANCE = "binance",
    COINBASE = "coinbase"
}
