input: ```ts let x!: number ``` output: ```ts let x: number ``` the same is true for class properties... ```ts class X { x!: number } ``` ...though I can't see that in the [playground](https://svelte.dev/playground/1bfe207e15c841d49ceff859b342260d?version=5.44.0) because i guess acorn-typescript doesn't know about them either