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