package bt:actor-model@0.0.1 interface host { print: func(msg: string) } world actor { import host export activate: func() }