/**
 * Is this order a buy or sell?
 */
export declare enum OrderKind {
    BUY = "buy",
    SELL = "sell"
}
