/** * @see "Section 7.2.2, OFX Spec" */ export declare enum CharacterType { ALPHAONLY = 0, NUMERICONLY = 1, ALPHAORNUMERIC = 2, ALPHAANDNUMERIC = 3 }