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

goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.primitives.$int');

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