import { KeyValue } from '../../types/data'; import { PluginContextType } from './PluginContext'; export declare function usePluginContext(): PluginContextType | null;