import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary ldap_match * @description * * ### ASN.1 Definition: * * ```asn1 * ldap-match ID ::= {ldap-wall 109 114} * ``` * * @constant */ export declare const ldap_match: ID; //# sourceMappingURL=ldap-match.va.d.mts.map