import type { Root } from 'hast';
import type { Transformer } from 'unified';
export default function rehypeEnhancedTag(): Transformer<Root>;
