import type * as unified from 'unified'; export declare function loadPlugins(items: (string | [string, any] | unified.Plugin | [unified.Plugin, any])[]): Promise<[unified.Plugin, any?]>[];