import type { EditorState } from '@atlaskit/editor-prosemirror/state'; export declare const isSelectionTableNestedInTable: (state: EditorState) => boolean;