/** * Resource lifecycle status */ export declare enum Status { ACTIVE = "ACTIVE", ARCHIVED = "ARCHIVED", DELETED = "DELETED" }