import { Parent, Element } from "hast"; /** * Returns the `
` node, or the `` node if there is no `
`. * The second node returned is the parent of the first node. */ export declare function findMainNode(root: Parent): [Element, Parent];