import type { Root } from 'hast'; import type { Transformer } from 'unified'; export declare const CONTENT_TEXTS_OBJ_NAME = "$$contentTexts"; export default function rehypeText(): Transformer;