/** * Escapes special regex characters in a string. */ export declare function escapeRegExp(str: string): string;