import { ValidatorFn } from '@angular/forms';
export declare const arrayLength: (value: number) => ValidatorFn;
