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