import { type IDM_PROTOCOL } from "../IDMProtocolSpecification/IDM-PROTOCOL.oca.mjs"; /** * @summary dap_ip * @description * * ### ASN.1 Definition: * * ```asn1 * dap-ip IDM-PROTOCOL ::= { * BIND-OPERATION directoryBind * OPERATIONS {read | * compare | * abandon | * list | * search | * addEntry | * removeEntry | * modifyEntry | * modifyDN | * administerPassword | * changePassword } * ID id-idm-dap } * ``` * * @constant * @type {IDM_PROTOCOL} * @implements {IDM_PROTOCOL} */ export declare const dap_ip: IDM_PROTOCOL; //# sourceMappingURL=dap-ip.oa.d.mts.map