/**
 * @description escape Regular_Expressions special_characters '^$.|*+?{\\[()'
 */
export declare function getSafeRegExpString(str: string): string;
