goog.module('objectmap.ObjectMapKt');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('objectmap.ObjectMap.$Overlay');

const ObjectMapKt = goog.require('objectmap.ObjectMapKt$impl');
exports = ObjectMapKt;
