import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary userPwdClass * @description * * ### ASN.1 Definition: * * ```asn1 * userPwdClass OBJECT-CLASS ::= { * KIND auxiliary * MAY CONTAIN { userPwd } * ID id-oc-userPwdClass } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const userPwdClass: OBJECT_CLASS; //# sourceMappingURL=userPwdClass.oa.d.mts.map