import { type IDM_PROTOCOL } from "../IDMProtocolSpecification/IDM-PROTOCOL.oca.mjs"; /** * @summary disp_ip * @description * * ### ASN.1 Definition: * * ```asn1 * disp-ip IDM-PROTOCOL ::= { * BIND-OPERATION dSAShadowBind * OPERATIONS {requestShadowUpdate | * updateShadow | * coordinateShadowUpdate} * ID id-idm-disp } * ``` * * @constant * @type {IDM_PROTOCOL} * @implements {IDM_PROTOCOL} */ export declare const disp_ip: IDM_PROTOCOL; //# sourceMappingURL=disp-ip.oa.d.mts.map