/**
 * @export
 * @enum {string}
 */
export declare enum TradeType {
    BUY = "BUY",
    SELL = "SELL"
}
