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