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