import { type OBJECT_CLASS } from '@wildboar/x500/InformationFramework'; /** * @summary sMASE * @description * * ### ASN.1 Definition: * * ```asn1 * sMASE OBJECT-CLASS ::= { * KIND auxiliary * MUST CONTAIN {supportedSmaseFunctionalUnits} * MAY CONTAIN {mitMoList | supportsMKMglobalNames} * ID {mkmDirectoryObjectClass 2} * } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const sMASE: OBJECT_CLASS; //# sourceMappingURL=sMASE.oa.d.mts.map