export declare enum ProjectStatus { STARTING = "STARTING", COMPLETED = "COMPLETED", DEPRECATED = "DEPRECATED" }