import type { ExtractedContent } from './types.js'; export declare const THIN_CONTENT_CHARS = 200; export declare function extractReadableMarkdown(html: string, url: string): Promise;