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