/// module formsjs { export interface Validator { validate(value:any, formData:any, validatableAttribute:ValidatableAttribute):Array>; } }