There are two types of client to be aware of and as they are both clients it can get confusing. You have a wallet client and an NeoFS client. Interactions with NeoFS will require a NeoFS client, whereas wallet actions will require a wallet client. Note they do not reside in the same package
Wallet Client
When using a wallet client you will need to import
To create a wallet client
NeoFS Client
The client wraps around the raw API requests to NeoFS. Once you have a client requests to NeoFS can be made so you will need to make this early on from the wallet/private key.
When using the NeoFS client you will import
Creating a client can be done like so
Private key can be retrieved from a wallet - its type is *ecdsa.PrivateKey