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