goog.module('jsasync.Main');

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

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