goog.module('markimplementornativetypes.Foo');

goog.require('java.lang.Object');
goog.require('markimplementornativetypes.MyNativeInterface.$Overlay');
goog.require('markimplementornativetypes.RegularInterface');
goog.require('nativebootstrap.Util');
goog.require('test.foo.MyNativeInterface');

const Foo = goog.require('markimplementornativetypes.Foo$impl');
exports = Foo;
