/**
 * @see "Section 7.2.1, OFX Spec"
 */
export declare enum SynchronizationCapability {
    FULL = 0,
    LITE = 1
}
