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