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