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