``` ts export {}; declare global { interface SymbolConstructor { observable: symbol; } } Symbol.observable; ``` this is an error if ES6 library is not included, but not otherwise. most users would find this confusing.