``` ts type undefined = string; var x: undefined; // Error, cannot find name 'undefined' ``` Expected: Type alias should be an error, or the type annotation should work