Downloads a file from the specified URI.
import { download } from "thirdweb/storage";const file = await download({ client, uri: "ipfs://Qm...",});
A Promise that resolves to the downloaded file.