4528aa5cf0
Replace `export namespace Encoding`/`EncodedIO` wrappers with top-level exports and switch consumers to `import * as Encoding`/`EncodedIO`. The module itself acts as the namespace, avoiding the TS-namespace wrapper that tree-shakers and some module resolvers handle awkwardly.