/**
 * @see "OFX Spec, Section 11.3.1.1"
 */
export declare enum AccountType {
    CHECKING = 0,
    SAVINGS = 1,
    MONEYMRKT = 2,
    CREDITLINE = 3
}
