/**
* Status for project
*/
export declare enum ProjectStatus {
    INPROGRESS,
    CLOSED
}
