export declare enum OperationType {
    Buy = "Buy",
    Sell = "Sell"
}
//# sourceMappingURL=OperationType.d.ts.map