export declare enum USLocalBankAccountType {
    Checking = "checking",
    Savings = "savings"
}
