export declare enum Priority {
    VeryLow = "very-low",
    Low = "low",
    Medium = "medium",
    High = "high",
    VeryHigh = "very-high"
}
