/**
 * @description Exemption requested and applied in the authorization.
 */
export declare enum AppliedExemption {
    LOW_VALUE = "low-value",
    MERCHANT_ACQUIRER_TRANSACTION_RISK_ANALYSIS = "merchant-acquirer-transaction-risk-analysis"
}
