export declare enum MarketDataProviders {
    FINNHUB = "finnhub",
    IBKR = "ibkr"
}
