package root:component; world root { import foo: interface { a: func() -> string; } export a: func(x: string) -> tuple; export bar: interface { a: func(); b: func() -> string; } }