goog.module('jsasync.Main');

goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('java.lang.Void');
goog.require('jsasync.Main.$3');
goog.require('jsasync.Main.AsyncInterface');
goog.require('jsasync.Main.BaseInterface');
goog.require('jsasync.Main.IThenable.$Overlay');
goog.require('jsasync.Main.Promise.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const Main = goog.require('jsasync.Main$impl');
exports = Main;
