export declare enum WebServiceStatus { OK = "ok", WARN = "warn", ERROR = "error" }