export declare enum UnderlyingTransactionDirection {
    DEPOSIT = 0,
    WITHDRAW = 1
}
//# sourceMappingURL=UnderlyingTransactionDirection.d.ts.map