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