type UseBlockNumberOptions = { chain: Chain; client: ThirdwebClient; enabled?: boolean; watch?: boolean;};
type chain = Chain;
type client = ThirdwebClient;
type enabled = boolean;
type watch = boolean;