import { GraphweaverPlugin } from '@exogee/graphweaver'; declare class GraphweaverPluginManager { private plugins; constructor(); addPlugin(plugin: GraphweaverPlugin): void; getPlugins(): Set; } export declare const pluginManager: GraphweaverPluginManager; export {};