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