import { ValidatorFn } from '@angular/forms'; export declare function KeysValidator(keys: string[]): ValidatorFn;