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