declare enum MessagePriority {
    Normal = "normal",
    High = "high"
}

export { MessagePriority };
