import { Plugin } from "prosemirror-state"; import type { EditorState } from "prosemirror-state"; import type { Editor } from "../types.js"; export declare const getInternalTargets: (state: EditorState, language: string, editor: "main" | "foot") => Array<{ id: string; text: string; }>; export declare const linksPlugin: (options: { editor: Editor; }) => Plugin; //# sourceMappingURL=links.d.ts.map