export declare enum AlarmStatus { NONE = "NONE", COMES = "COMES", GONE = "GONE", GONENOTACK = "GONENOTACK", ACKNOTGONE = "ACKNOTGONE", GONEANDACK = "GONEANDACK" }