import { OBJECT_IDENTIFIER } from '@wildboar/asn1'; /** * @summary smi2Notification * @description * * ### ASN.1 Definition: * * ```asn1 * smi2Notification OBJECT IDENTIFIER ::= {joint-iso-itu-t ms(9) smi(3) part2(2) notification(10)} * ``` * * @constant */ export declare const smi2Notification: OBJECT_IDENTIFIER; //# sourceMappingURL=smi2Notification.va.d.mts.map