/** * Downloads a package tarball directly from the npm registry (default * https://registry.npmjs.org, overridable via VALORA_NPM_REGISTRY_URL) — no * npm CLI, no .npmrc, no ambient environment config required. */ export declare function fetchPackageTarball(packageName: string, version: string): Promise; //# sourceMappingURL=npm-registry-client.d.ts.map