import type { Root } from 'hast';
import type { Transformer } from 'unified';
/**
 * rehype plugin for extract fallback description from markdown content
 */
export default function rehypeDesc(): Transformer<Root>;
