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