function useCreateEvmSmartAccount(): { createEvmSmartAccount: (options?: CreateEvmSmartAccountOptions) => Promise<`0x${string}`>;};
A hook for creating a EVM Smart Account for the current user.
If no owner is provided, a new EOA will be created as the owner.
If an owner is provided, it must not already control another smart account for this user.