At the moment, tools like mypy will ignore the type-hints that exist in the package. To declare the package as typed, the py.typed marker can be added like here: https://github.com/aio-libs/aiohttp/blob/master/aiohttp/py.typed. This will help a lot for us using the package in our code.