goog.module('instancejsmethods.MyInterface');

goog.require('nativebootstrap.Util');

const MyInterface = goog.require('instancejsmethods.MyInterface$impl');
exports = MyInterface;
