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