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