/**
 *
 * @param str
 */
export declare function escapeRegexp(str: string): string;
