package forms { public interface IForm { function checkForm() : void; } }