goog.module('typealias.IFoo');

goog.require('nativebootstrap.Util');

const IFoo = goog.require('typealias.IFoo$impl');
exports = IFoo;
