/** @codex-xmi-id 469e66c4-abfe-5a8c-a069-24e0e3b67477 */ export declare enum AlarmStatus { NONE = "NONE", COMES = "COMES", GONE = "GONE", GONENOTACK = "GONENOTACK", ACKNOTGONE = "ACKNOTGONE", GONEANDACK = "GONEANDACK" }