/** * @param {String} pluginName -- full name of the package to get * @param {String} tarball -- the url of dist tgz * @param {String} core * * Download package and remove redundant files */ export declare function downloadPackage(pluginName: string, registry: string, context: string): Promise;