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