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