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