type InAppWalletAutoConnectOptions = { authResult?: AuthStoredTokenWithCookieReturnType; chain?: Chain; client: ThirdwebClient;};
type authResult = AuthStoredTokenWithCookieReturnType;
type chain = Chain;
type client = ThirdwebClient;