import * as unist from 'unist'; import * as mdast from 'mdast'; import ReVIEWCompiler from '../../ReVIEWCompiler'; export default function reference(this: ReVIEWCompiler, node: (mdast.LinkReference | mdast.ImageReference) & mdast.Association, parent: unist.Parent): unist.Node;