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