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