goog.module('nullability.StringList');

goog.require('java.util.List');
goog.require('nativebootstrap.Util');

const StringList = goog.require('nullability.StringList$impl');
exports = StringList;
