export declare const BUY = "buy"; export declare const SELL = "sell"; export declare const ASKS = "asks"; export declare const BIDS = "bids"; export declare const buyOrSellByBidsOrAsks: { asks: string; bids: string; }; export declare const bidsOrAsksByBuyOrSell: { buy: string; sell: string; };