export declare function sanitizeHtml(html: string): Promise<string>;
export declare function stripInvisibleUnicode(text: string): string;
