export declare enum StatusType { SUCCESS = "success", WARNING = "warning", ERROR = "error" }