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