goog.module('jsasync.AsyncInterface');

goog.require('java.lang.Integer');
goog.require('jsasync.AsyncInterface.$LambdaAdaptor');
goog.require('jsasync.BaseInterface');
goog.require('jsasync.IThenable.$Overlay');
goog.require('nativebootstrap.Util');

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