import type { Transaction } from '@atlaskit/editor-prosemirror/state'; export declare const removeTable: (tr: Transaction) => Transaction;