export default function escapeSpecialCharsForRegex(input: string): string;
