export declare enum Importance {
    LOW = 1,
    MEDIUM = 2,
    HIGH = 3
}
