export declare enum TransactionMode {
    deposit = "Deposit",
    withdrawal = "Withdraw",
    pendingTransactions = "Pending Deposits",
    Empty = ""
}
