package root:component; world root { import other1: interface { foo: func(); } import other2: interface { bar: func(); } }