export declare enum LogType { SUCCESS = "success", INFO = "info", WARNING = "warning", ERROR = "error" }