declare namespace DOMPurify {
    function sanitize(dirty: string): string;
}