*/ public function retrieveHistory(): array; /** * Download an url without its related resources * Return the path where the resource is located (as in buildPath) * * @param string $url * @return string */ public function download(string $url): string; }