goog.module('stringtemplate.SomeValueType');

goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Objects');

const SomeValueType = goog.require('stringtemplate.SomeValueType$impl');
exports = SomeValueType;
