/** * Escape a string so it can be used as an exact match within a RegExp. * @param s - string to escape * @returns - the escaped string. */ export declare function escapeRegEx(s: string): string; //# sourceMappingURL=regexHelper.d.ts.map