declare const replaceForbiddenSymbolsWithUnderscore: (text: string) => string; export default replaceForbiddenSymbolsWithUnderscore;