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