goog.module('typealias.Container');

goog.require('java.lang.IllegalStateException');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Exceptions');

const Container = goog.require('typealias.Container$impl');
exports = Container;
