import type { Root } from 'mdast'; declare const linkReferenceTransformer: () => (tree: Root) => Root; export default linkReferenceTransformer;