'use strict'; export interface IValidate { isValid:boolean; }