Does the importRemote util work with the MF typescript plugin?
Meaning, if you import a React component like this, does it also preserve any types?
importRemote({ url: "http://localhost:3001", scope: 'Foo', module: 'Bar' }).then(({/* list of Bar exports */}) => {