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