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