/** * Strip HTML tags and decode common entities. * ADO work item fields (description, repro steps, acceptance criteria) * are stored as HTML. LLMs work better with plain text. */ export declare function stripHtml(html: string | undefined | null): string; //# sourceMappingURL=html.d.ts.map