/** * Decode a Graph HTML mail body to readable plain text. No external dep: drop * script/style, convert block boundaries to newlines, strip remaining tags, * decode the common named + numeric entities, collapse runs of blank lines. * Not a full HTML parser — good enough to read a mail body. Used by * outlook-mail-fetch-body (full read) and outlook-mail-otp-extract. */ export declare function htmlToText(html: string): string; //# sourceMappingURL=html-to-text.d.ts.map