goog.module('interfacedelegation.I');

goog.require('nativebootstrap.Util');

const I = goog.require('interfacedelegation.I$impl');
exports = I;
