export declare const EXCHANGES: readonly ["bitmex", "deribit", "binance-futures", "binance-delivery", "binance", "ftx", "okex-futures", "okex-options", "okex-swap", "okex", "huobi-dm", "huobi-dm-swap", "huobi", "bitfinex-derivatives", "bitfinex", "coinbase", "cryptofacilities", "kraken", "bitstamp", "gemini", "poloniex", "bybit", "phemex", "delta", "ftx-us", "binance-us", "gate-io-futures", "gate-io", "okcoin", "bitflyer", "hitbtc", "coinflex", "binance-jersey", "binance-dex"]; export declare const EXCHANGE_CHANNELS_INFO: { bitmex: readonly ["trade", "orderBookL2", "liquidation", "connected", "announcement", "chat", "publicNotifications", "instrument", "settlement", "funding", "insurance", "orderBookL2_25", "quote", "quoteBin1m", "quoteBin5m", "quoteBin1h", "quoteBin1d", "tradeBin1m", "tradeBin5m", "tradeBin1h", "tradeBin1d"]; coinbase: readonly ["match", "subscriptions", "received", "open", "done", "change", "l2update", "ticker", "snapshot", "last_match", "full_snapshot"]; deribit: readonly ["book", "deribit_price_index", "deribit_price_ranking", "estimated_expiration_price", "markprice.options", "perpetual", "trades", "ticker", "quote", "platform_state"]; cryptofacilities: readonly ["trade", "trade_snapshot", "book", "book_snapshot", "ticker", "heartbeat"]; bitstamp: readonly ["live_trades", "live_orders", "diff_order_book"]; kraken: readonly ["trade", "ticker", "book", "spread"]; okex: readonly ["spot/trade", "spot/depth", "spot/depth_l2_tbt", "spot/ticker", "system/status"]; 'okex-swap': string[]; 'okex-futures': string[]; 'okex-options': string[]; binance: readonly ["trade", "aggTrade", "ticker", "depth", "depthSnapshot", "bookTicker", "recentTrades"]; 'binance-jersey': readonly ["trade", "aggTrade", "ticker", "depth", "depthSnapshot", "bookTicker", "recentTrades"]; 'binance-dex': readonly ["trades", "marketDiff", "depthSnapshot"]; 'binance-us': readonly ["trade", "aggTrade", "ticker", "depth", "depthSnapshot", "bookTicker", "recentTrades"]; bitfinex: readonly ["trades", "book", "raw_book"]; ftx: readonly ["orderbook", "trades", "instrument", "markets", "orderbookGrouped"]; 'ftx-us': readonly ["orderbook", "trades", "markets", "orderbookGrouped"]; gemini: readonly ["trade", "l2_updates", "auction_open", "auction_indicative", "auction_result"]; bitflyer: readonly ["lightning_executions", "lightning_board_snapshot", "lightning_board", "lightning_ticker"]; 'binance-futures': string[]; 'binance-delivery': string[]; 'bitfinex-derivatives': readonly ["trades", "book", "raw_book", "status", "liquidations"]; huobi: readonly ["depth", "detail", "trade", "bbo", "mbp", "etp"]; 'huobi-dm': readonly ["depth", "detail", "trade", "bbo", "basis", "liquidation_orders", "contract_info", "open_interest"]; 'huobi-dm-swap': readonly ["depth", "detail", "trade", "bbo", "basis", "funding_rate", "liquidation_orders", "contract_info", "open_interest"]; bybit: readonly ["trade", "instrument_info", "orderBookL2_25", "insurance", "orderBook_200"]; okcoin: readonly ["spot/trade", "spot/depth", "spot/depth_l2_tbt", "spot/ticker", "system/status"]; hitbtc: readonly ["updateTrades", "snapshotTrades", "snapshotOrderbook", "updateOrderbook"]; coinflex: string[]; phemex: readonly ["book", "trades", "market24h", "spot_market24h"]; delta: string[]; 'gate-io': string[]; 'gate-io-futures': string[]; poloniex: string[]; }; //# sourceMappingURL=consts.d.ts.map