/** @constructor */ function Stats() {}; /** * @param {number} id */ Stats.prototype.setMode = function(id) {}; /** * @type {?Element} */ Stats.prototype.domElement;