function useCreateEvmEoaAccount(): { createEvmEoaAccount: (options?: CreateEvmEoaAccountOptions) => Promise<`0x${string}`>;};
A hook for creating an EVM EOA (Externally Owned Account) for the current user.
This function will throw an error if the user already has an EVM EOA account.