package jetbrains.mps.closures.test; /*Generated by MPS */ public interface Worker { String doWork(Integer duration); }