import { type ERROR } from "../CommonProtocolSpecification/ERROR.oca.mjs"; import { UpdateErrorData } from "../DirectoryAbstractService/UpdateErrorData.ta.mjs"; import { OPTIONALLY_PROTECTED } from "../EnhancedSecurity/OPTIONALLY-PROTECTED.ta.mjs"; /** * @summary updateError * @description * * ### ASN.1 Definition: * * ```asn1 * updateError ERROR ::= { * PARAMETER OPTIONALLY-PROTECTED { UpdateErrorData } * CODE id-errcode-updateError } * ``` * * @constant * @type {ERROR>} * @implements {ERROR>} */ export declare const updateError: ERROR>; //# sourceMappingURL=updateError.oa.d.mts.map