package component:witguest;
/// An example world for the component to target.
world example {
import host-test: func();
export hello-world: func() -> string;
}