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