import interfaces.dzn; component hello_import { provides ihello h; requires iworld w; behaviour { on h.hello(): w.world(); } }