import type { Root } from 'mdast'; import type { Transformer } from 'unified'; export default function remarkContainer(this: any): Transformer;