export default interface Validator { validate(value: any): value is Type; }