Signs a typed data object with a given private key according to EIP712.
import { signTypedData } from "thirdweb/utils";signTypedData({ privateKey: "0x...", ...typedData,});
The signature as a hex string