import { type PluginManager } from '../../plugins/plugin-manager.js'; import { type InjectionKey } from 'vue'; export declare const PLUGIN_MANAGER_SYMBOL: InjectionKey; /** * Hook to access the plugin manager */ export declare const usePluginManager: () => PluginManager; //# sourceMappingURL=usePluginManager.d.ts.map