goog.module('jsasync.InterfaceWithAsyncDefaultMethod');

goog.require('java.lang.Integer');
goog.require('jsasync.IThenable.$Overlay');
goog.require('jsasync.Promise.$Overlay');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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