goog.module('markimplementornativetypes.SubNativeInterface');

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

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