/** @constructor */ Astro.Bootstrap = function() {}; /** @type {function(): void} */ Astro.Bootstrap.prototype.init; /** @param {function(): void} callback */ Astro.Bootstrap.prototype.regInit = function(callback) {};