Returns the removed environment variable set associated to the token.
token
Map<String, String>? removeAugment(String token) { return _augments.remove(token); }