import type { Mark as PMMark } from '@atlaskit/editor-prosemirror/model'; export declare const isSameMark: (mark: PMMark | null, otherMark: PMMark | null) => boolean;