import type { InlineCommentAction, InlineCommentPluginState } from './types';
export default _default;
declare function _default(pluginState: InlineCommentPluginState, action: InlineCommentAction): InlineCommentPluginState;
