export declare function inclusionValidator(options?: { values?: any[]; }): (value?: any) => boolean;