Rob Palmer 1f872b8056 Fix generated types in index.d.ts
Previously namespace types were declared generated using the legacy `module` keyword from ten years ago. Now we emit the modern TS `namespace` keyword.

The outer Ambient Module Declaration intentionally remains untouched because it is not a namespace.
2025-03-28 09:29:25 -07:00
..