declare module 'dompurify' {
  function sanitize(html: string, options: any): string;
}
