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