import { ResolvedPos } from '@sse-editor/pm/model'; export declare const getTextContentFromNodes: ($from: ResolvedPos, maxMatch?: number) => string;