goog.module('lambdas.EmptyInterfaceProvider');

goog.require('lambdas.EmptyInterface');
goog.require('lambdas.EmptyInterfaceProvider.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const EmptyInterfaceProvider = goog.require('lambdas.EmptyInterfaceProvider$impl');
exports = EmptyInterfaceProvider;
