import { ValidatorFn } from '@angular/forms'; export declare function multipleEmailValidator(max: number): ValidatorFn;