export declare enum UserStatus { ENABLED = "ENABLED", REMOVED = "REMOVED", PAUSED = "PAUSED" }