Is there some obvious reason why `api.typing` is not present in the `api` interface stub? https://github.com/pandas-dev/pandas-stubs/blob/86073150f5e1b607c37a536ec99204ed21bad0cb/pandas-stubs/api/__init__.pyi Was it missed in https://github.com/pandas-dev/pandas-stubs/pull/1058? I see `types` there but not `typing`, both are public interfaces according to docs. I just wanted to use `pandas.api.typing.NaTType` in my code but my static type checker complained that `typing` is not part of `pandas.api`. _Originally posted by @Molkree in https://github.com/pandas-dev/pandas-stubs/discussions/1220_