goog.module('typealias.KeyValueContainer');

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

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