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