I have this basically:
// Example.ts class Example { returnSomething() { return false } } export default new Example()
Then in a TypeSc