function useListSpendPermissions(options: UseListSpendPermissionsOptions): UseListSpendPermissionsReturnType;
Hook that lists spend permissions for an EVM Smart Account with refetch capability.
This hook follows a query-style pattern for one-time data fetching.
Configuration object with properties: evmSmartAccount (auto-detected if not provided), network (defaults to “base-sepolia”), pageSize (defaults to 20), pageToken (for pagination), and enabled (whether the query should run, defaults to true when account is available).