import { EditorState } from '@sse-editor/pm/state'; export declare const isAtEndOfNode: (state: EditorState, nodeType?: string) => boolean;