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