import { download } from "thirdweb/storage";
import { createThirdwebClient } from "@thirdweb-dev/sdk";
const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
const file = await download({
client,
uri: "ar://{arweave-transaction-id}",
});