goog.module('abstractinterfaceimpl.MyInterface');

goog.require('abstractinterfaceimpl.MyInterface.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

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