import { type SYNTAX_NAME } from "../InformationFramework/SYNTAX-NAME.oca.mjs"; import { PwdVocabulary } from "../PasswordPolicy/PwdVocabulary.ta.mjs"; /** * @summary pwdVocabularyDescription * @description * * ### ASN.1 Definition: * * ```asn1 * pwdVocabularyDescription SYNTAX-NAME ::= { * LDAP-DESC "Password Vocabulary Description" * DIRECTORY SYNTAX PwdVocabulary * ID id-asx-pwdVocabularyDescription } * ``` * * @constant * @type {SYNTAX_NAME} * @implements {SYNTAX_NAME} */ export declare const pwdVocabularyDescription: SYNTAX_NAME; //# sourceMappingURL=pwdVocabularyDescription.oa.d.mts.map