export declare enum OrderSideValue {
    Bid = "bid",
    Ask = "ask",
}
