/**
 * Take a string and escape the regex characters.
 * @memberOf module:stringHelpers
 * @param {string} str
 * @returns {string}
 */
export declare const regexEscape: (str: string) => string;
export default regexEscape;
