export declare type IPlugin = string; export declare type IPluginsConfig = Set; export declare type IPlugins = IPluginsConfig;