export declare function convertHTMLToASCII({ content, rootUrl, }: { content: string; rootUrl: string; }): string;