/** * Convert HTML to markdown using Turndown with GFM support. * Strips script/style tags before conversion. */ export declare function htmlToBasicMarkdown(html: string): Promise;