goog.module('lambdas.Lambdas.EmptyInterfaceProvider');

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

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