/**
 * @description Version information about the payment token. Currently only EC_v1 for ECC-encrypted data is supported.
 * @example EC_V1
 */
export declare enum ApplePaymentTokenVersion {
    EC_V1 = "EC_V1"
}
