=== tests/cases/conformance/externalModules/index.ts === // await disallowed in namespace import import * as await from "./other"; >await : typeof await === tests/cases/conformance/externalModules/other.ts === declare const _await: any; >_await : any export { _await as await }; >_await : any >await : any