import { type OPERATION } from "../CommonProtocolSpecification/OPERATION.oca.mjs"; import { ModifyEntryArgument } from "../DirectoryAbstractService/ModifyEntryArgument.ta.mjs"; import { ModifyEntryResult } from "../DirectoryAbstractService/ModifyEntryResult.ta.mjs"; /** * @summary modifyEntry * @description * * ### ASN.1 Definition: * * ```asn1 * modifyEntry OPERATION ::= { * ARGUMENT ModifyEntryArgument * RESULT ModifyEntryResult * ERRORS {attributeError | * nameError | * serviceError | * referral | * securityError | * updateError} * CODE id-opcode-modifyEntry } * ``` * * @constant * @type {OPERATION} * @implements {OPERATION} */ export declare const modifyEntry: OPERATION; //# sourceMappingURL=modifyEntry.oa.d.mts.map