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