export declare enum UserStatus { ACTIVE = "Active", INACTIVE = "Inactive", PENDING = "Pending" }