export declare enum GoalStatus {
    Created = 0,
    InProgress = 1,
    Completed = 2,
    Submitted = 3,
    NotQualified = 4,
}
