import type { NodeRange } from '@atlaskit/editor-prosemirror/model'; export declare const isMultiBlockRange: (range: NodeRange) => boolean;