declare module 'html-escaper'{
  export function escape(str:string) : string 
  export function unescape(str:string) : string 
}

