import type { Node, Parent } from 'unist'; import { H } from './Handler'; /** Return the content of a reference without definition as Markdown. */ export declare function revert(h: H, node: Node | Parent): Node[];