import { ValidatorResponse } from '../constants/interfaces';
export declare function isAnAllowedValue(allowValues: string[]): (param: any) => ValidatorResponse;
