The interface may be re-declared from npm package using declaration merging (typescript feature)
For example a npm package for using AWS Lambda may augment the IContext interface (Interface can be redefined only by adding new properties, cannot redeclare existing ones)