export declare enum SideType {
    BUY = "Buy",
    SELL = "Sell"
}
