goog.module('lambdas.EmptyInterface');

goog.require('nativebootstrap.Util');

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