declare module "turndown" { class TurndownService { constructor(options?: Record); turndown(html: string): string; } export default TurndownService; }