import { MarkType, ResolvedPos } from '@sse-editor/pm/model'; import { Range } from '../types.js'; export declare function getMarkRange($pos: ResolvedPos, type: MarkType, attributes?: Record): Range | void;