export declare enum MessageType {
    WARNING = "WARNING",
    ERROR = "ERROR",
    INFO = "INFO"
}
