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