declare module 'htmlspecialchars' { function htmlspecialchars(str: string): string; export = htmlspecialchars; }