/** * 验证器 * @param validateFn 验证回调方法,返回true继续执行方法,否则中断方法执行 * @constructor */ export declare function Validate(validateFn: Function): (thisArgPrototype: any, methodName: string, propertyDescriptor: PropertyDescriptor) => void;