goog.module('javaemul.InternalType');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const InternalType = goog.require('javaemul.InternalType$impl');
exports = InternalType;
