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