declare enum BankTransactionFlowDirection {
    INFLOW = "INFLOW",
    OUTFLOW = "OUTFLOW"
}
export { BankTransactionFlowDirection };
