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