// @target: es5 // @module: esnext export namespace N { var x = 0; } export namespace N2 { export interface I { } }