goog.module('jsoverlay.NativeJsTypeInterfaceWithOverlayImpl');

goog.require('java.lang.Object');
goog.require('jsoverlay.NativeJsTypeInterfaceWithOverlay.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('test.foo.NativeJsTypeInterfaceWithOverlay');

const NativeJsTypeInterfaceWithOverlayImpl = goog.require('jsoverlay.NativeJsTypeInterfaceWithOverlayImpl$impl');
exports = NativeJsTypeInterfaceWithOverlayImpl;
