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