import { UNIST } from 'unist'; import { MDAST } from 'mdast'; export default function inlineCode(node: MDAST.InlineCode): UNIST.Node;