import { INTEGER } from "@wildboar/asn1"; import { type MATCHING_RULE } from "../InformationFramework/MATCHING-RULE.oca.mjs"; /** * @summary integerFirstComponentMatch * @description * * ### ASN.1 Definition: * * ```asn1 * integerFirstComponentMatch MATCHING-RULE ::= { * SYNTAX INTEGER * LDAP-SYNTAX integer.&id * LDAP-NAME {"integerFirstComponentMatch"} * ID id-mr-integerFirstComponentMatch } * ``` * * @constant * @type {MATCHING_RULE} * @implements {MATCHING_RULE} */ export declare const integerFirstComponentMatch: MATCHING_RULE; //# sourceMappingURL=integerFirstComponentMatch.oa.d.mts.map