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