goog.module('autovalue.AutoValueWithBuilder');

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

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