import type { EditorState } from '@atlaskit/editor-prosemirror/state'; export declare function atTheBeginningOfDoc(state: EditorState): boolean;