export declare enum OperationsType {
    Payment = 0,
    RollBuy = 1,
    RollSell = 2,
    ExecuteSC = 3,
    CallSC = 4
}
//# sourceMappingURL=operations.d.ts.map