export declare function removeIncludesIgnoreCase(texts?: string[] | null, excludes?: string[] | null): string[] | null | undefined;
