'useFetchClient is not a function', axiosInstance migration

It appears useFetchClient is not even exported from the package, as it does not show up as part of the module when namespace imported.

e.g.

import * as helperPlugin from '@strapi/helper-plugin'

console.log(helperPlugin)

Console:
...


...