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