import type { Plugin } from 'unified'; import type { Root } from 'hast'; export declare const container: Plugin<[], Root>;