package foo:foo; interface console { log: func(arg: string); } world the-world { import console; }