/** * @see "Section 7.1.5, OFX Spec" */ export declare enum ClientRoutingCapability { NONE = 0, SERVICE = 1, MESSAGE_SET = 2 }