import { ValidatorFn } from "@angular/forms"; export declare function equalValidator(valueGetterFn: () => any): ValidatorFn;