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