import type { Transaction } from '@atlaskit/editor-prosemirror/state';
import type { Predicate } from '../types';
export declare function isTextAtPos(pos: number): (props: {
    tr: Transaction;
}) => boolean;
export declare function isLinkAtPos(pos: number): Predicate;
export declare const getLinkPreferencesURLFromENV: () => string;
