import type { ReadonlyTransaction, Transaction } from '@atlaskit/editor-prosemirror/state'; import type { TablePluginState } from '../types'; export declare const handleDocOrSelectionChanged: (tr: Transaction | ReadonlyTransaction, pluginState: TablePluginState) => TablePluginState;