export declare type MarketOrBase = 'market' | 'base'; export declare type BidsOrAsks = 'bids' | 'asks'; export declare type OrderType = 'market' | 'limit'; export declare type BuyOrSell = 'buy' | 'sell';