import type { Plugin } from 'unified'; import type { YAML } from 'mdast'; export declare const meta: Plugin<[], YAML>;