package root:component; world root { import foo:foo/bar; import foo: func(x: future>, y: u32) -> stream; export foo: func(x: future>, y: u32) -> stream; export foo:foo/bar; }