/** * Enum that describes the message level */ export declare enum MsgLevel { info = "info", warning = "warning", error = "error" }