import type { Root as HastRoot } from 'hast'; export declare function htmlToHast(html: string): HastRoot;