import { ValidatorFn } from "@angular/forms"; export declare function emptyArrayValidator(array: any[]): ValidatorFn;