import { AbstractControl, ValidationErrors } from '@angular/forms'; export declare function isArray(c: AbstractControl): null | ValidationErrors;