import { INTEGER } from "asn1-ts";
/**
 * @summary pkcs15_ub_reference
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * pkcs15-ub-reference INTEGER ::= 255
 * ```
 *
 * @constant
 */
export declare const pkcs15_ub_reference: INTEGER;
