goog.module('typeannotations.AbstractType');

goog.require('java.lang.Object');
goog.require('java.util.List');
goog.require('java.util.Map');
goog.require('nativebootstrap.Util');
goog.require('typeannotations.ParametricType');

const AbstractType = goog.require('typeannotations.AbstractType$impl');
exports = AbstractType;
