/** * 获取指定 npm 包版本的 tarball */ export default function getNpmTarball(npm: string, version: string, registry: string): Promise;