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