export declare const HelpersUtil: {
    isLowerCaseMatch(str1?: string, str2?: string): boolean;
};
