import { INTEGER } from "@wildboar/asn1"; /** * @summary ub_domain_defined_attribute_type_length * @description * * ### ASN.1 Definition: * * ```asn1 * ub-domain-defined-attribute-type-length INTEGER ::= 8 * ``` * * @constant */ export declare const ub_domain_defined_attribute_type_length: INTEGER; //# sourceMappingURL=ub-domain-defined-attribute-type-length.va.d.mts.map