import { ValidatorFn } from '@angular/forms';
export declare const notIncludedIn: (includedInArr: Array<any>) => ValidatorFn;
