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