export declare enum WorkerStatus { PENDING = "pending", ACTIVE = "active", IN_ANALYSIS = "inAnalysis", SUSPENDED = "suspended", REJECTED = "rejected", INACTIVE = "inactive", RECYCLING_NEEDED = "recyclingNeeded" }