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