import type { EditorState } from '@atlaskit/editor-prosemirror/state'; export declare const canLinkBeCreatedInRange: (from: number, to: number) => (state: EditorState) => boolean;