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