export declare enum NotificationStatus { Warn = 0, Error = 1, Success = 2 }