export declare function includesAnyIgnoreCase(text?: string | null, comparisons?: Array<string | null | undefined>): boolean;
