export declare enum BitmexOrderTypeEnum { MARKET = "Market", LIMIT = "Limit", STOP_MARKET = "Stop", STOP_LIMIT = "StopLimit" }