export = npmInstall; /** * Executes npm install in a folder * * @param {string} packagePath - The path where npm install must be run * @returns {Promise} */ declare function npmInstall(packagePath: string): Promise;