import { Validator } from '../models';
/** Validates the member value is contained within predefined options. */
export declare const OptionsValidator: Validator;
