export declare function extractAndConvert(html: string, url: string, contentType?: string): { markdown: string; title: string; headings: Array<{ level: number; text: string; }>; };