/**
 * Escape RegExp string chars.
 */
declare function escapeRegExp(str: any): string;
export default escapeRegExp;
