export declare enum OrderQuoteSideKindBuy {
    BUY = "buy"
}
