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