function createEvmSmartAccount(options?: CreateEvmSmartAccountOptions): Promise<`0x${string}`>;
Creates an EVM Smart Account for the current user.
Multiple EVM Smart Accounts can be created per user.
If no owner is provided, a new EVM EOA account will be created automatically as the owner.