// escape-html declare module 'escape-html' { function escape(html: string): string; export = escape; }