goog.module('autovalue.AutoValueWithGenerics');

goog.require('javaemul.internal.ValueType');
goog.require('nativebootstrap.Util');

const AutoValueWithGenerics = goog.require('autovalue.AutoValueWithGenerics$impl');
exports = AutoValueWithGenerics;
