import { ValidatorFn } from '@angular/forms'; export declare class ValidatorInfo { validator: ValidatorFn; id: string; alwaysEvaluate: boolean; constructor(validator: ValidatorFn, id: string, alwaysEvaluate?: boolean); }