/** * Copy-pasted solution from lodash * @see https://lodash.com/docs/4.17.15#escapeRegExp */ export declare function escapeRegExp(str: string): string; //# sourceMappingURL=escape-reg-exp.d.ts.map