export interface XssApi {
    filterHTML(html: string): string;
}
