import type { PluginContext } from 'react-plugin'; import type { MessageHandlerSpec } from './spec.js'; export type MessageHandlerContext = PluginContext;