Currently, the library uses type-hints that not exist. For example, `FilestackClient` has a `convertFile` method that has a return type-hint of `Filestack/Filelink` while the correct one is `\Filestack\Filelink`. This improvement will allow us to use the type-hint properly into php7+ projects.