goog.module('emptyinterface.EmptyInterface');

goog.require('nativebootstrap.Util');

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