The following TypeScript code is invalid: ```typescript namespace mynamespace {} import type a = mynamespace; ``` The `type` keyword should be removed from the namespace alias.