goog.module('typewildcards.RecursiveInterface');

goog.require('nativebootstrap.Util');

const RecursiveInterface = goog.require('typewildcards.RecursiveInterface$impl');
exports = RecursiveInterface;
