import type { Node } from '@atlaskit/editor-prosemirror/model'; export declare function isParagraphNode(node: Node | null | undefined): boolean;