/** * Change links and images to references with separate definitions. * * @returns * Transform. */ export default function remarkReferenceLinks(): (tree: Root) => undefined; export type Root = import('mdast').Root;