goog.module('suspendfunction.SuspendFunInterface');

goog.require('kotlin.coroutines.Continuation');
goog.require('nativebootstrap.Util');
goog.require('suspendfunction.GenericSuspendFunInterface');
goog.require('suspendfunction.SuspendFunInterface.$LambdaAdaptor');

const SuspendFunInterface = goog.require('suspendfunction.SuspendFunInterface$impl');
exports = SuspendFunInterface;
