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