export class UserHelper { static GetUsersEnvironments(securityToken: any): Promise; static ResendUserVerification(userEmail: any): Promise; static RequestPasswordReset(userEmailObject: any): Promise; static ResetPassword(resetPasswordObject: any): Promise; static get(url: any, options?: { method: string; headers: { 'Content-Type': string; }; }): Promise; }