/** * Помогает защитится от XSS атак * @param html string */ export declare const sanitizeHtml: (html: string) => string;