node.pyx: Add type information since this module is public

Since this module is public and cythonized, it is quite hard for
users to get good autocompletion and linting. Adding a type annotation
file allows us to allow downstream users to check their code correctly.
3 files changed