goog.module('jsvarargs.Main.StaticInterfaceMethodWithVarargs.Companion');

goog.require('java.lang.Object');
goog.require('jsvarargs.Main.StaticInterfaceMethodWithVarargs');
goog.require('nativebootstrap.Util');

const Companion = goog.require('jsvarargs.Main.StaticInterfaceMethodWithVarargs.Companion$impl');
exports = Companion;
