export declare enum OutrightScoreStatus {
    Unknown = 0,
    Pending = 1,
    InProgress = 2,
    Completed = 3
}
