Restructures the current typescript bindings, removing the module wrapper.
The current typings fail with "error TS2666: Exports and export assignments are not permitted in module augmentations". I don't think a module wrapper is necessary for index.d.ts files included with source files (c.f. redux typings).
Restructures the current typescript bindings, removing the module wrapper.
The current typings fail with "error TS2666: Exports and export assignments are not permitted in module augmentations". I don't think a module wrapper is necessary for index.d.ts files included with source files (c.f. redux typings).