goog.module('autovalue.AutoValue_EmptyAutoValue');

goog.require('autovalue.EmptyAutoValue');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');

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