/** * Monitor objects. * @category Constants */ export declare enum MonitorObjects { All = "all", Link = "link", Address = "address", Route = "route", Mroute = "mroute", Prefix = "prefix", Neigh = "neigh", Netconf = "netconf", Rule = "rule", Nsid = "nsid", Nexthop = "nexthop" }