declare function escapeRegExp(str: string): string;
export = escapeRegExp;
