```ts class Foo { } export let x = new Foo ``` We should have a quick fix to add an `export` modifier to the declaration of `Foo`.