export declare function stringExclusionValidator(options?: { seed?: string; }): (value?: any) => boolean;