import type { Predicate } from '../types';
import { productionLinkPreferencesUrl, stagingLinkPreferencesUrl } from './constants';
export declare function isTextAtPos(pos: number): Predicate;
export declare function isLinkAtPos(pos: number): Predicate;
export declare const getLinkPreferencesURLFromENV: () => typeof productionLinkPreferencesUrl | typeof stagingLinkPreferencesUrl;
