import { type ATTRIBUTE } from '@wildboar/x500/InformationFramework'; import { SupportedChoice } from '../GrmAttributeDefinitionModule/SupportedChoice.ta.mjs'; /** * @summary supports * @description * * ### ASN.1 Definition: * * ```asn1 * supports ATTRIBUTE ::= { * WITH SYNTAX SupportedChoice * ID {mkmDirectoryAttributeType 53} * } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const supports: ATTRIBUTE; //# sourceMappingURL=supports.oa.d.mts.map