import { AttributeCertificateExactAssertion } from "../AttributeCertificateDefinitions/AttributeCertificateExactAssertion.ta.mjs"; import { type MATCHING_RULE } from "../InformationFramework/MATCHING-RULE.oca.mjs"; /** * @summary attributeCertificateExactMatch * @description * * ### ASN.1 Definition: * * ```asn1 * attributeCertificateExactMatch MATCHING-RULE ::= { * SYNTAX AttributeCertificateExactAssertion * ID id-mr-attributeCertificateExactMatch } * ``` * * @constant * @type {MATCHING_RULE} * @implements {MATCHING_RULE} */ export declare const attributeCertificateExactMatch: MATCHING_RULE; //# sourceMappingURL=attributeCertificateExactMatch.oa.d.mts.map