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