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