goog.module('abstractinterfaceimpl.AbstractInterfaceImpl');

goog.require('abstractinterfaceimpl.MyInterface');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const AbstractInterfaceImpl = goog.require('abstractinterfaceimpl.AbstractInterfaceImpl$impl');
exports = AbstractInterfaceImpl;
