import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary knowledgeMatchingRule * @description * * ### ASN.1 Definition: * * ```asn1 * knowledgeMatchingRule ID ::= {ds 14} * ``` * * @constant */ export declare const knowledgeMatchingRule: ID; //# sourceMappingURL=knowledgeMatchingRule.va.d.mts.map