namespace M { export namespace N { export let x = 42; } } import x = M.N.x;