import { AsyncValidatorFn, ValidatorFn } from "@angular/forms"; export declare function emailValidator(): ValidatorFn; export declare function subjectWithEmailExistsValidator(tenantUserService: any, apiVisa: any): AsyncValidatorFn;