import { KeyValue } from '../../types/data'; import { type DataSourcePluginContextType, type PluginContextType } from './PluginContext'; export declare function isDataSourcePluginContext(context: PluginContextType): context is DataSourcePluginContextType;