export declare enum BankAccountTypes { CHECKING = "CHECKING", SAVINGS = "SAVINGS" }