/**
 * @see "Section 4, OFX spec"
 */
export declare enum ApplicationSecurity {
    NONE = 0,
    TYPE1 = 1
}
