goog.module('dataclass.ValueHolder');

goog.require('nativebootstrap.Util');

const ValueHolder = goog.require('dataclass.ValueHolder$impl');
exports = ValueHolder;
