import type { Root as HastRoot, Element } from 'hast'; export declare function retrieveRootContent(rootNode: HastRoot): Element | undefined;