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