This code: `await wrapper.findComponent(Hello).vm.$emit('greet')` ``` (property) $emit: unknown This expression is not callable. Type '{}' has no call signatures.ts(2349) ``` Shim: ``` declare module '*.vue' { export default any } ``` 