export interface SanitizerOptions { enabled: boolean; escapeHtmlAttrValue: boolean; }