import { AbstractControl } from '@angular/forms'; export declare function consistOfArrays(c: AbstractControl): { consistOfArrays: { numOfItemsThatAreNoArray: number; message: string; }; };