/** * Fetches a package tarball from a URL * * @param url - the URL to fetch the package from * @param tokenEnvironmentVariable - the environment variable that holds the * authorization token for the registry, if required * @returns */ export declare function fetchPackage(url: string, tokenEnvironmentVariable?: string): Promise;