declare const escapeRegExp: (str: string) => string; export default escapeRegExp;