export declare enum ProjectStatusEnum { OPEN = "OPEN", CLOSED = "CLOSED" }