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