TS2656
Exported external package typings file '../proteus.d.ts' is not a module. Please contact the package author to update the package definition.
Broken Code ❌
declare module Proteus {}Fixed Code ✔️
export module Proteus {}Exported external package typings file '../proteus.d.ts' is not a module. Please contact the package author to update the package definition.
declare module Proteus {}export module Proteus {}