import { type IDM_PROTOCOL } from "../IDMProtocolSpecification/IDM-PROTOCOL.oca.mjs"; /** * @summary dsp_ip * @description * * ### ASN.1 Definition: * * ```asn1 * dsp-ip IDM-PROTOCOL ::= { * BIND-OPERATION dSABind * OPERATIONS {chainedRead | * chainedCompare | * chainedAbandon | * chainedList | * chainedSearch | * chainedAddEntry | * chainedRemoveEntry | * chainedModifyEntry | * chainedModifyDN | * chainedAdministerPassword | * chainedChangePassword | * chainedLdapTransport | * chainedLinkedLDAP } * ID id-idm-dsp } * ``` * * @constant * @type {IDM_PROTOCOL} * @implements {IDM_PROTOCOL} */ export declare const dsp_ip: IDM_PROTOCOL; //# sourceMappingURL=dsp-ip.oa.d.mts.map