import type { Result } from '../domain/result.js'; import type { GraphError } from './graph-client.js'; declare const htmlToMarkdown: (html: string) => Result; export { htmlToMarkdown };