/** * Turn references and definitions into normal links and images. * * @returns * Transform. */ export default function remarkInlineLinks(): (tree: Root) => undefined; export type Root = import('mdast').Root;