export declare enum MonitorStatus { OK = "OK", NOT_RUN = "NOT_RUN", ERROR = "ERROR" }