import { type ATTRIBUTE } from '@wildboar/x500/InformationFramework'; import { Actions } from '../DefinitionASN1Module/Actions.ta.mjs'; /** * @summary actions * @description * * ### ASN.1 Definition: * * ```asn1 * actions ATTRIBUTE ::= { * WITH SYNTAX Actions * SINGLE VALUE TRUE * ID {mkmDirectoryAttributeType 6} * } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const actions: ATTRIBUTE; //# sourceMappingURL=actions.oa.d.mts.map