import { Slice } from '@atlaskit/editor-prosemirror/model'; import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state'; export declare const replaceSelectedTable: (state: EditorState, content: string | Slice) => Transaction;