export declare function equalsIgnoreCase(text?: string | null, comparison?: string | null): boolean;
