import { INTEGER } from "@wildboar/asn1";
/**
 * @summary pkcs15_ub_userConsent
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * pkcs15-ub-userConsent  INTEGER ::= 15
 * ```
 *
 * @constant
 */
export declare const pkcs15_ub_userConsent: INTEGER;
//# sourceMappingURL=pkcs15-ub-userConsent.va.d.mts.map