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